Set Up a Single Instance Kubernetes Cluster
Note:
- These steps must be run with the root user, unless specified otherwise!
- If you choose to use a different CIDR block (that is, other
than 10.244.0.0/16 for the --pod-network-cidr= in the kubeadm init command),
then also update NO_PROXY and no_proxy with the appropriate value.
- Also make sure to update kube-flannel.yaml with the new value before deploying.
- Replace the following with appropriate values:
- ADD-YOUR-INTERNAL-NO-PROXY-LIST
- REPLACE-WITH-YOUR-COMPANY-PROXY-HOST:PORT
Set up the master node
Refer to the official documentation to set up a Kubernetes cluster.