-
Source File: [/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_plan.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/reference/setup-tools/kubeadm/generated/kub…
-
- Nodes have no version, which confuses the upgrade script
```
[upgrade/version] FATAL: the --version argument is invalid due to these errors:
- couldn't parse kubelet version
Can be bypass…
dimm0 updated
2 years ago
-
Hello,
Does the cert-exporter work with kubeadm clusters? The config for kube-proxy is in a configmap which is mounted in kube-proxy pod, so it is unclear how to check the certs from kube-proxy.
…
-
When I try the Kubernetes Create command I hit the below error. So I assume I need to connect to a cluster first? Is there a way to configure the extension to use a kubeadm cluster?
![image](https:…
-
### What is version of KubeKey has the issue?
kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.13", GitCommit:"ac75d3ef3c22e6a9d999dcea201234d6651b3e72", GitTreeState:"clean", BuildDa…
-
Title: kubeadm init Fails Due to "No Space Left on Device" Error
Description:
When running the kubeadm init command on my Kubernetes setup, I encountered multiple errors indicating that there is n…
-
I set up a Kuberenetes Cluster using Kubeadm and after that I installed Calico for self-managed on premise deployments (https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-man…
-
With the switch to v1.10 in #70 we can now make use of https://github.com/kubernetes/kubernetes/pull/55479 and set `noTaintMaster: true` in `kubeadm.conf` instead of untainting after initialisation.
…
-
Would be cleaner to use the new feature allowing to use a config file instead of having zillions of flags on the init command line.
-
## kubeadm init phase
https://kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/#kubeadm-init-workflow-internal-design
### preflight 检查
### certs 生成证书
1. ca:k8s的根证书
2.…