-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the cni and cri requirements (for "none") #3150
Comments
Note that versions < 1.11 were happy with just Docker, so this requirement should be versioned. |
CRI is now mentioned on the install page (but not CNI just yet), but the link seems to be broken: https://kubernetes.io/docs/setup/cri.md Should probably have been something like: (as mentioned, it is already included in the packages) https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#installing-crictl |
Slightly modified version of the kubeadm Container Linux instructions should probably work:
|
The link above was supposed to be: https://kubernetes.io/docs/setup/cri/ |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Apparently (v1.12.0-alpha.0-2228-g95eb821) this requirement has been lifted, not required for docker. We already have an option for the CNI configuration, and there is no mandatory check for it either. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Summary
Document/verify the new requirements of kubeadm, that was added in Kubernetes v1.11.0:
These tools have already been added to the Minikube ISO (see 41fdd53 and fbd620a)
Related
kubernetes/release#573 rpm/deb
#3132 k8s v1.11.0
The text was updated successfully, but these errors were encountered: