Fix typo in blog post K8s Runtime Observability (#3297)

This commit is contained in:
Henri Roussez 2023-09-19 15:34:10 -07:00 committed by GitHub
parent 346da90475
commit a7356ef280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ k3d cluster create tracingcluster \
--k3s-arg '--kubelet-arg=config=/etc/kube-tracing/kubelet-tracing.yaml@server:*'
```
This command will create a Kubernetes cluster with version `v1.17.1`, and set up
This command will create a Kubernetes cluster with version `v1.27.1`, and set up
in three docker containers on your machine. If you run the command
`kubectl cluster-info` now, you will see this output: