Kubernetes v1.16.13 is broken #8840
Labels
area/kubernetes-versions
Improving support for versions of Kubernetes
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Steps to reproduce the issue:
minikube start --container-runtime=crio --kubernetes-version v1.16.13
Full output of failed command:
Not exactly failed command, but:
kube-controller-manager-minikube
andkube-scheduler-minikube
keep crashing and restarting.The same picture is reproduced in our CI, making our pipelines fail. This happens with
v1.16.13
with any runtime (docker
,crio
,containerd
).v1.16.12
used to work fine.Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: