File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,21 @@ helm install installer/chart/volcano --namespace <namespace> --name <specified-n
49
49
** NOTE** : The ``` <specified-name> ``` used in the two commands above should be identical.
50
50
51
51
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
52
65
66
+ ```
53
67
54
68
55
69
## Community, discussion, contribution, and support
You can’t perform that action at this time.
0 commit comments