Skip to content

Commit d3f3479

Browse files
author
Klaus Ma
authored
Merge pull request #34 from volcano-sh/asifdxtreme-patch-1
Update Readme with verification details
2 parents 154b31b + abefaaa commit d3f3479

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,21 @@ helm install installer/chart/volcano --namespace <namespace> --name <specified-n
4949
**NOTE**:The ```<specified-name>``` used in the two commands above should be identical.
5050

5151

52+
To Verify your installation run the below commands
53+
```
54+
#1. Verify the Running Pods
55+
# kubectl get pods --namespace <namespace>
56+
NAME READY STATUS RESTARTS AGE
57+
<specified-name>-admission-84fd9b9dd8-9trxn 1/1 Running 0 43s
58+
<specified-name>-controllers-75dcc8ff89-42v6r 1/1 Running 0 43s
59+
<specified-name>-scheduler-b94cdb867-89pm2 1/1 Running 0 43s
60+
61+
#2. Verify the Services
62+
# kubectl get services --namespace <namespace>
63+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
64+
<specified-name>-admission-service ClusterIP 10.105.78.53 <none> 443/TCP 91s
5265
66+
```
5367

5468

5569
## Community, discussion, contribution, and support

0 commit comments

Comments
 (0)