首页
随机
最近更改
特殊页面
社群首页
参数设置
关于WHY42
免责声明
WHY42
搜索
用户菜单
登录
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
查看“︁Openshift:查看节点状态”︁的源代码
←
Openshift:查看节点状态
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<source lang="bash"> oc get nodes oc get nodes -o wide </source> more: https://docs.openshift.com/container-platform/4.1/nodes/nodes/nodes-nodes-viewing.html <pre> [vagrant@master ~]$ oc get nodes NAME STATUS ROLES AGE VERSION master.example.com Ready infra,master 1d v1.11.0+d4cacc0 node01.example.com Ready compute 1d v1.11.0+d4cacc0 node02.example.com Ready compute 1d v1.11.0+d4cacc0 [vagrant@master ~]$ oc get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME master.example.com Ready infra,master 1d v1.11.0+d4cacc0 192.168.11.100 <none> CentOS Linux 7 (Core) 3.10.0-957.12.2.el7.x86_64 docker://1.13.1 node01.example.com Ready compute 1d v1.11.0+d4cacc0 192.168.11.101 <none> CentOS Linux 7 (Core) 3.10.0-957.12.2.el7.x86_64 docker://1.13.1 node02.example.com Ready compute 1d v1.11.0+d4cacc0 192.168.11.102 <none> CentOS Linux 7 (Core) 3.10.0-957.12.2.el7.x86_64 docker://1.13.1 </pre> [[Category:Openshift]]
返回
Openshift:查看节点状态
。