Skip to content

Commit

Permalink
kubeadm: remove rktlet link from install-kubeadm (#12463)
Browse files Browse the repository at this point in the history
Since Kubernetes 1.10, the only supported CRI version is v1alpha2. However,
rktlet does not support that version and development seems stopped.
As there is no way to use rktlet with k8s >= 1.10, it's best to just remove
the rkt link from the "Install runtime" section of "Install kubeadm".

Signed-off-by: Rostislav M. Georgiev <[email protected]>
  • Loading branch information
rosti authored and k8s-ci-robot committed Jan 31, 2019
1 parent ef188cb commit 5101eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/setup/independent/install-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Other CRI-based runtimes include:
- [containerd](https://github.com/containerd/cri) (CRI plugin built into containerd)
- [cri-o](https://github.com/kubernetes-incubator/cri-o)
- [frakti](https://github.com/kubernetes/frakti)
- [rkt](https://github.com/kubernetes-incubator/rktlet)

Refer to the [CRI installation instructions](/docs/setup/cri) for more information.

Expand Down

0 comments on commit 5101eaf

Please sign in to comment.