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
-n <cluster_name> (optional) Set kind cluster name to <cluster_name>. Creates kubeconfig in ~/.kube/<cluster_name>. The default name is 'kind' if not set.
14
-
-e (optional) Export newly created kind cluster's credentials to ~/.kube/<cluster_name> and set current kubectl context.
15
-
-h (optional) Shows this screen.
16
-
-r (optional) Recreate cluster if needed
18
+
-n <cluster_name> (optional) Set kind cluster name to <cluster_name>. Creates kubeconfig in ~/.kube/<cluster_name>. The default name is 'kind' if not set.
19
+
-e (optional) Export newly created kind cluster's credentials to ~/.kube/<cluster_name> and set current kubectl context.
20
+
-h (optional) Shows this screen.
21
+
-r (optional) Recreate cluster if needed
22
+
-p <pod network> (optional) Network reserved for Pods, e.g. 10.244.0.0/16
23
+
-s <service network> (optional) Network reserved for Services, e.g. 10.96.0.0/16
0 commit comments