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
Once your ALB is provisioned you can run the following command to extract it's generated hostname. Run the above command again, substituting your generated hostname in the last `set` option.
39
+
Once your ALB is provisioned you can run the following command to extract it's generated hostname to replace the DUMMY_VAL above.
40
40
41
41
```shell
42
-
kubectl --namespace vector get ingress vector \
42
+
export ALB_HOSTNAME=kubectl --namespace vector get ingress vector \
0 commit comments