You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ the [Applications](https://console.cloud.google.com/kubernetes/application) page
104
104
105
105
<imgsrc="https://user-images.githubusercontent.com/2195781/110791519-9acde700-8272-11eb-81f4-4f27fb8a174d.png"width="300"alt="The application page on GKE should show the test-1 application. The preflight deployment is failing because the user has not (yet) gone to http://platform.jetstack.io/ to register their cluster. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
106
106
107
-
**Note:** the preflight deploymnent is expected to be failing when the
107
+
**Note:** the preflight deployment is expected to be failing when the
108
108
application is first deployed. After registering your cluster on
109
109
<https://platform.jetstack.io>, the deployment will start working. To register your cluster, keep reading the [next section](#step-2-log-into-the-jetstack-secure-dashboard).
110
110
@@ -150,6 +150,7 @@ disk. You can call it `agent-config.yaml`.
150
150
151
151
For the next step, make sure you have the following information available
152
152
to you:
153
+
153
154
- The **namespace** and **cluster name** on which you installed the
154
155
application. If you are not sure about this, you can open the
<imgsrc="https://user-images.githubusercontent.com/2195781/109160131-af3fb900-7775-11eb-9a46-c1bcebdf8315.png"width="600px"alt="Click on the cluster name on the applications page in the Google Kubernetes Engine console. this screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
167
+
166
168
<imgsrc="https://user-images.githubusercontent.com/2195781/109160135-afd84f80-7775-11eb-9f74-0847413cab7f.png"width="600px"alt="Grab the cluster location on the GKE console page of your GKE cluster. this screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
167
169
168
170
The next steps require to have a terminal open as well as to have the
<imgsrc="https://user-images.githubusercontent.com/2195781/109156989-cb415b80-7771-11eb-910c-de247ad67ac2.png"width="600px"alt="Clicking on 'The agent is ready', you should see a green check mark. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
199
-
=
200
+
# <imgsrc="https://user-images.githubusercontent.com/2195781/109156989-cb415b80-7771-11eb-910c-de247ad67ac2.png"width="600px"alt="Clicking on 'The agent is ready', you should see a green check mark. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
201
+
200
202
After skipping the "Install agent" section, follow the instructions in the
201
203
"Check the agent is running" section.
202
204
@@ -229,34 +231,32 @@ You can now click on "View clusters" to monitor your certificates. The
229
231
documentation about the Jetstack Secure platform is available at
230
232
<https://platform.jetstack.io/docs>.
231
233
232
-
Let us try with an example. We can create a CA issuer and sign a
234
+
Let us try with an example. We can create a self-signed issuer and sign a
0 commit comments