mirror of
https://github.com/kubesphere/website.git
synced 2025-12-29 07:12:48 +00:00
Add commands
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
ad622b8f64
commit
2efcfcb76b
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue