File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
158
158
run-tests :
159
159
./tests.sh ${KUBECONFIG}
160
160
161
- kots-upgrade :
161
+ kots-uprgade :
162
162
@echo " Upgrade gitpod KOTS app to latest"
163
163
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
164
164
@@ -193,8 +193,9 @@ destroy-aks: select-workspace
193
193
194
194
get-results :
195
195
@echo " If you have gotten this far, it means your setup succeeded"
196
- @echo " The IP address of you setup is " https:// $(TF_VAR_TEST_ID ) .gitpod-self-hosted.com" "
196
+ @echo " The IP address of you setup is " $(TF_VAR_TEST_ID ) .gitpod-self-hosted.com" "
197
197
@echo " Following is the KUBECONFIG you can use to connect to the cluster:"
198
+ @cat tmp_config.yml
198
199
@cat ${KUBECONFIG}
199
200
200
201
list-state :
You can’t perform that action at this time.
0 commit comments