File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ secrets. Enter the following secrets in github:
199199You can run
200200
201201``` sh
202- kubectl get services --namespace=doppelganger - o wide -w nginx-ingress-controller
202+ kubectl get services -o wide -w nginx-ingress-controller
203203```
204204
205205in order to find the external ip of the nginx ingress.
@@ -214,9 +214,11 @@ https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-na
214214Once that has successfully propagated, you can set up a new A root record that
215215directs to the load balance previously shown as the external-ip for the command:
216216``` sh
217- kubectl get services --namespace=doppelganger - o wide -w nginx-ingress-controller
217+ kubectl get services -o wide -w nginx-ingress-controller
218218```
219219(you should see a load balancer with that IP listed in the digital ocean dropdown)
220220
221+ You'll want to create records for staging and production appropriately.
222+
221223## Notes
222224- TBD
You can’t perform that action at this time.
0 commit comments