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
preflight: by default, replicas=0 to avoid failing deployment
The UX was bad: the user would immediately see a failing deployment and
think that the click-to-deploy process failed.
Closes#41
Signed-off-by: Maël Valais <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,12 @@ When you are done, click the "Deploy" button:
102
102
This will install Jetstack Secure for cert-manager, and will redirect to
103
103
the [Applications](https://console.cloud.google.com/kubernetes/application) page:
104
104
105
-
<imgsrc="https://user-images.githubusercontent.com/2195781/112529074-28e2bb00-8da5-11eb-9aca-f347fbfe0330.png"width="600"alt="The Application view on GKE after deploying the application test-1 onto the test-1 namespace. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
105
+
<imgsrc="https://user-images.githubusercontent.com/2195781/110795922-a96acd00-8277-11eb-959e-bf7ea51ae992.png"width="500"alt="The application page for test-1 shows that all the deployments are green. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
106
106
107
-
**Note:** the preflight deployment is expected to be failing when the
108
-
application is first deployed. After registering your cluster on
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).
107
+
**Note:** by default, the `preflight` deployment is scaled to 0. After
108
+
completing the steps in the [next
109
+
section](#step-2-log-into-the-jetstack-secure-dashboard), the deployment will
110
+
start working.
110
111
111
112
### Step 2: log into the Jetstack Secure dashboard
112
113
@@ -192,6 +193,7 @@ You can then apply the Jetstack Secure agent configuration to your cluster:
192
193
193
194
```sh
194
195
sed '/namespace:/d' agent-config.yaml | kubectl -n $NAMESPACE apply -f-
0 commit comments