diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-07-25 08:00:04 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-07-25 08:00:04 -0400 |
commit | 0b1de0a9ae4b993ca49dd22980986c3d05e558e1 (patch) | |
tree | 3e571c02f59a38d63fd300fb0fe487f97e6f1c84 /docs/installation/cloud/gcp.rst | |
parent | cd34454b29b0bdcda1467037c5f7e9e631705aaf (diff) | |
download | vyos-documentation-0b1de0a9ae4b993ca49dd22980986c3d05e558e1.tar.gz vyos-documentation-0b1de0a9ae4b993ca49dd22980986c3d05e558e1.zip |
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/ |