Add commands

Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
Sherlock113 2020-08-28 21:43:48 +08:00
parent ad622b8f64
commit 2efcfcb76b

View File

@ -109,5 +109,17 @@ You can find the web kubectl tool by clicking the hammer icon at the bottom righ
{{</ notice >}}
6. Check the status in **Components** or execute `kubectl get pod --all-namespaces` through kubectl to see the status of pods.
6. Check the status in **Components** or execute the following command through kubectl to see the status of related pods.
```bash
kubectl get pod -n kubesphere-devops-system
```
The output may look as follows if the component runs successfully:
```bash
NAME READY STATUS RESTARTS AGE
ks-jenkins-68b8949bb-jcvkt 1/1 Running 0 1h3m
s2ioperator-0 1/1 Running 1 1h3m
uc-jenkins-update-center-8c898f44f-hqv78 1/1 Running 0 1h14m
```