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
# Create a file kind-dev-cluster-config.yaml with below content, where "192.168.73.3" is Ip of the machine kind k8s to be created:
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "192.168.73.3"
apiServerPort: 8443
# Start kind with the above configuration
kind create cluster --name dev-cluster --config kind-dev-cluster-config.yaml