diff options
author | Robert Göhler <github@ghlr.de> | 2021-07-26 20:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 20:10:50 +0200 |
commit | 9d0a36518c17866577f5b0fad6aeba337ccb95e2 (patch) | |
tree | b0355c408ecaac91eb1a8d7bc6b04482533a6c1c /docs/installation/cloud/gcp.rst | |
parent | 6781e07e2be3afa628a6315aac544c2ec00ff5df (diff) | |
parent | 128fb311711b5f3d5a0da86327184ed2b06717d9 (diff) | |
download | vyos-documentation-9d0a36518c17866577f5b0fad6aeba337ccb95e2.tar.gz vyos-documentation-9d0a36518c17866577f5b0fad6aeba337ccb95e2.zip |
Merge pull request #583 from srividya0208/proof-reading
grammar correction
Diffstat (limited to 'docs/installation/cloud/gcp.rst')
-rw-r--r-- | docs/installation/cloud/gcp.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/installation/cloud/gcp.rst b/docs/installation/cloud/gcp.rst index 07aecdbe..318c1872 100644 --- a/docs/installation/cloud/gcp.rst +++ b/docs/installation/cloud/gcp.rst @@ -1,3 +1,4 @@ + ##################### Google Cloud Platform ##################### @@ -17,8 +18,8 @@ To deploy VyOS on GCP (Google Cloud Platform) ssh-keygen -t rsa -f ~/.ssh/vyos_gcp -C "vyos@mypc" -.. note:: In name "vyos@mypc" The first value must be "**vyos**". Because - default user is vyos and google api uses this option. +.. note:: For name, type "vyos@mypc" as the first value must be "**vyos**". + Because default user is vyos and google api uses this option. 2. Open GCP console and navigate to the menu **Metadata**. Choose @@ -38,7 +39,7 @@ Click **Add item** and paste your public ssh key. Click ``Save``. .. figure:: /_static/images/cloud-gcp-03.png -4. After fiew seconds click to ``instance`` +4. After few seconds click on ``instance`` .. figure:: /_static/images/cloud-gcp-04.png @@ -55,4 +56,4 @@ Click **Add item** and paste your public ssh key. Click ``Save``. References ---------- -https://console.cloud.google.com/
\ No newline at end of file +https://console.cloud.google.com/ |