InfraPub 为您找到相关结果 2

Kubernetes常用命令大全(持续更新)

记 my-node 不可调度 kubectl drain k8s-node #### 清空 my-node 以待维护 kubectl uncordon k8s-node #### 标记 my-node 可调度 kubectl top node k8s-node #### 显示 my-node 的指标度量 kubectl cluster-info dump #### 将当前集群状态输出到 stdout kubectl cluster-info dump --output-directory=/path/to/cluster-state #### 将当前集群状态输出到 /path/to/cluster-state 如果该键和影响的(taint)已存在,则使用指定的值替换 kubectl...阅读全文

博文 2020-03-13 12:35:13 debian.cn