diff --git a/README.md b/README.md index c57d367915..21b8f1d456 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,21 @@ helm install installer/chart/volcano --namespace --name ``` used in the two commands above should be identical. +To Verify your installation run the below commands +``` +#1. Verify the Running Pods +# kubectl get pods --namespace +NAME READY STATUS RESTARTS AGE +-admission-84fd9b9dd8-9trxn 1/1 Running 0 43s +-controllers-75dcc8ff89-42v6r 1/1 Running 0 43s +-scheduler-b94cdb867-89pm2 1/1 Running 0 43s + +#2. Verify the Services +# kubectl get services --namespace +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +-admission-service ClusterIP 10.105.78.53 443/TCP 91s +``` ## Community, discussion, contribution, and support