We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dae3a6 commit 2205177Copy full SHA for 2205177
run.sh
@@ -25,6 +25,7 @@ gather_parameters_deploy() {
25
26
27
gather_parameters_destroy() {
28
+ export CURRENT_ROLE_ARN="Not Applicable"
29
read -p "Deployment identifier [posit-sce]: " stack_name
30
stack_name=${stack_name:-posit-sce}
31
}
scripts/kube-reset.sh
@@ -4,7 +4,7 @@ source "./scripts/utils.sh"
4
5
export_env_from_file "./.env"
6
7
-if ! aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region; then exit; fi
+if ! aws eks update-kubeconfig --name $EKS_CLUSTER_NAME; then exit; fi
8
9
#Uninstall POSIT
10
kubectl config set-context --current --namespace=posit-workbench
0 commit comments