docs: update 0.6 links

This PR fixes a few small links that were still pointing to 0.5
resources.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
Spencer Smith 2020-09-04 14:12:44 -04:00 committed by talos-bot
parent 6a85a47ffa
commit 36a935821b
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ Some of the capabilities and benefits provided by Talos include:
Talos is flexible and can be deployed in a variety of ways, but the easiest way to get started and experiment with the system is to run a local cluster on your laptop or workstation.
There are two options:
- [Run a Docker-based local cluster](/docs/v0.5/en/guides/local/docker) on your Linux or Mac workstation
- [Run a Firecracker micro-VM-based](/docs/v0.5/en/guides/local/firecracker) cluster on your Linux workstation
- [Run a Docker-based local cluster](/docs/v0.6/en/guides/local/docker) on your Linux or Mac workstation
- [Run a Firecracker micro-VM-based](/docs/v0.6/en/guides/local/firecracker) cluster on your Linux workstation
### System requirements

View File

@ -165,7 +165,7 @@ kubectl edit daemonsets -n kube-system kube-scheduler
The Talos team now maintains an image for the `kubelet` that should be used starting with Kubernetes 1.19.
The image for this release is `docker.io/autonomy/kubelet:v1.19.0`.
To explicitly set the image, we can use the [official documentation](https://www.talos.dev/docs/v0.5/en/configuration/v1alpha1#kubelet).
To explicitly set the image, we can use the [official documentation](https://www.talos.dev/docs/v0.6/en/configuration/v1alpha1#kubelet).
For example:
```yaml