intel / confidential-computing-zoo

Confidential Computing Zoo provides confidential computing solutions based on Intel SGX, TDX, HEXL, etc. technologies.
https://cczoo.readthedocs.io/en/latest/index.html
Apache License 2.0
297 stars 56 forks source link

docs: Remove --kubernetes-version in kubeadm init #247

Closed elliotxjones closed 10 months ago

elliotxjones commented 10 months ago

Description of the PR

Removes the --kubernetes-version argument in the kubeadm init command during control plane / master node creation in step 3.1 to resolve fatal preflight error caused by kubelet version skew.

Evidently, the use of this argument may have been left over from a time where specifying the version was necessary to correspond to a specific version used in the install_kubernetes.sh script which now installs the latest version.

Updated command has been tested on a new Azure VM.

How to test this PR?

Follow solution steps listed in Confidential TF Serving with Kubernetes on a new Azure VM. When completing steps for section 3.1, use the following, updated command which excludes the --kubernetes-version argument.

sudo kubeadm init --v=5 --node-name=master-node --pod-network-cidr=10.244.0.0/16