RHCA之路—EX280(9)
1. 题目 Scale the application greeter in the project samples to a total of 5 replicas
2. 解题
2.1 切换项目
[rootmaster ex280]# oc project samples
Now using project "samples" on server "https://master.lab.example.com&qu…
原因:机房断电,导致服务重启
[rootmaster1 logs]# kubectl get pod
NAME READY STATUS RESTARTS AGE
nginx-57d84f57dc-57fkf 1/1 Running 0 75s
[rootmaster1 logs]# kubectl logs -f nginx-5…