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
* restructure workflow for delete
* update comments
* make endpoint URLs clickable (?)
* give option for alternate update-kubeconfig command in the comments
* update if statements to not trigger unnecessary builds during delete
* update deletion comment to have the right context
* link to download CLI
* fix issue number for the comment deletion
* find comment that needs to be updated for delete
Your cluster `pr-${{ github.event.pull_request.number }}` was successfully created. Learn more about [Uffizzi virtual clusters](https://docs.uffizzi.com/virtual-clusters)
155
-
To connect to this cluster, follow these steps:
156
-
157
-
1. Download and install the Uffizzi CLI
158
-
2. Login to Uffizzi: `uffizzi login`
159
-
3. Update your kubeconfig: `uffizzi cluster update-kubeconfig --name pr-${{ github.event.pull_request.number }} --kubeconfig=[KUBECONFIG]` , replacing `[KUBECONFIG]` with the path to your kubeconfig file.
160
-
After updating your kubeconfig, you can manage your cluster with `kubectl`
Your cluster `pr-${{ github.event.pull_request.number }}` was successfully created. Learn more about [Uffizzi virtual clusters](https://docs.uffizzi.com/virtual-clusters)
185
+
To connect to this cluster, follow these steps:
186
+
187
+
1. Download and install the Uffizzi CLI from https://docs.uffizzi.com/install
188
+
2. Login to Uffizzi: `uffizzi login`
189
+
3a. Update your kubeconfig: `uffizzi cluster update-kubeconfig --name pr-${{ github.event.pull_request.number }}`. This command will update your local kubeconfig.
190
+
If you want to provide an alternate location follow 3b (the next step) instead.
191
+
3b. Update your kubeconfig: `uffizzi cluster update-kubeconfig --name pr-${{ github.event.pull_request.number }} --kubeconfig=[KUBECONFIG]`, replacing `[KUBECONFIG]` with the path to your kubeconfig file.
192
+
After updating your kubeconfig, you can manage your cluster with `kubectl`.
193
+
194
+
Access the vote endpoint at https://pr-${{ github.event.number }}-vote.app.qa-gke.uffizzi.com
195
+
Access the result endpoint at https://pr-${{ github.event.number }}-result.app.qa-gke.uffizzi.com
0 commit comments