File tree 1 file changed +18
-3
lines changed
install/infra/single-cluster/aws
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 6
6
init :
7
7
@terraform init
8
8
9
+ touch-kubeconfig :
10
+ @touch kubeconfig
11
+
12
+ cleanup-kubeconfig :
13
+ @rm kubeconfig
14
+
9
15
.PHONY : plan
10
- plan : plan-cluster plan-cm-edns
16
+ plan : touch-kubeconfig plan-cluster plan-cm-edns cleanup-kubeconfig
11
17
12
18
.PHONY : apply
13
19
apply : apply-cluster apply-tools
14
20
15
21
.PHONY : destroy
16
22
destroy : destroy-tools destroy-cluster
17
23
24
+ .PHONY : refresh
25
+ refresh :
26
+ @echo " Refreshing terraform state"
27
+ @terraform refresh
28
+ @echo " "
29
+ @echo " Done!"
30
+
18
31
.PHONY : output
19
- output : output-done-msg output-url output-nameservers output-registry output-database output-storage output-issuer
32
+ output : refresh output-done-msg output-url output-nameservers output-registry output-database output-storage output-issuer
20
33
21
34
output-done-msg :
35
+ @echo " "
36
+ @echo " "
22
37
@echo " =========================="
23
38
@echo " 🎉🥳🔥🧡🚀"
24
- @echo " Your cloud infrastructure is ready to install Gitpod. Please visit"
39
+ @echo " Your AWS cloud infrastructure is ready to install Gitpod. Please visit"
25
40
@echo " https://www.gitpod.io/docs/self-hosted/latest/getting-started#step-4-install-gitpod"
26
41
@echo " for your next steps."
27
42
@echo " ================="
You can’t perform that action at this time.
0 commit comments