kind官方文档:https://kind.sigs.k8s.io/
新建集群:
1. 新建集群并命名,如果未命名默认未kind:
kind create cluster # Default cluster context name is `kind`.
kind create cluster --name kindname
2. 根据配置文件新建集群
kind create cluster --name installer-test --config kind-cfg.yaml
kind create cluster --name xxxname --config xxx.yaml
端口映射

网友评论