kubectl 提供了大量的子命令,方便管理Kubernetes 集群中的各种功能。 ... 创建: kubectl run <name> --image=<image> 或者 kubectl create -f manifest.yaml ...
確定! 回上一頁