We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e5f06 commit 1d21787Copy full SHA for 1d21787
README.md
@@ -70,6 +70,7 @@ Add gateway:
70
```sh
71
hpecp lock create "Install Gateway"
72
hpecp gateway create-with-ssh-key --ip 10.1.0.5 --proxy-node-hostname my.gateway.local --ssh-key-file controller_private.key
73
+hpecp gateway wait-for-state ${GATEWAY_ID} --states [installed] --timeout-secs 1200
74
hpecp lock delete-all
75
```
76
0 commit comments