You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since many of K8s' features need be verified on a real "cluster" (multiple nodes), node-affinity as an example, I suggest that the Minikube provides an approach of adding node to the Minikube cluster.
For example, add a command "minikube add-node" to start a K8s Node and join the cluster. The backend handling can be similar with "minikube start" but only the binaries on Node, and then joins the cluster through "kubeadm join".
The text was updated successfully, but these errors were encountered:
Since many of K8s' features need be verified on a real "cluster" (multiple nodes), node-affinity as an example, I suggest that the Minikube provides an approach of adding node to the Minikube cluster.
For example, add a command "minikube add-node" to start a K8s Node and join the cluster. The backend handling can be similar with "minikube start" but only the binaries on Node, and then joins the cluster through "kubeadm join".
The text was updated successfully, but these errors were encountered: