Describe the bug
I was able to successfully install waypoint using the default values from the waypoint-helm repository. However, I did not need a LB/Cluster IP for the UI Service since I wanted waypoint behind Istio.
When I pulled the helm charts and configured the UI as a 'headless' service, the waypoint-runner-0 pod is stuck at init because the 'wait-for-token' container is still running.
I verified the waypoint-server-token is empty/blank and even though I am able to reach the UI outside the Cluster, I am not able to authenticate.
To see if I reproduce the issue, I ran helm uninstall waypoint -n waypoint to remove the custom Waypoint configuration. However, even when running helm install waypoint hashicorp/waypoint -n waypoint --create-namespace, I ran into the same issue. I'm a bit puzzled as to why at this point. I am also fairly new to Waypoint and would appreciate any assistance.
Steps to Reproduce
Steps to reproduce the behavior.
Expected behavior
To successfully install waypoint-ui as a 'headless' service behind Istio and successfully authenticate into the site using the waypoint-server-token.
Waypoint Platform Versions
Additional version and platform information to help triage the issue if
applicable:
Helm CLI Version: 3.8.1
Kubernetes Version: 1.21.7
Waypoint CLI Version: 0.7.2
Waypoint Server Platform and Version: Kubernetes (AKS)
Waypoint Plugin: (like aws/ecs, pack, azure)
Additional context
Add any other context about the problem here.
Describe the bug I was able to successfully install waypoint using the default values from the waypoint-helm repository. However, I did not need a LB/Cluster IP for the UI Service since I wanted waypoint behind Istio.
When I pulled the helm charts and configured the UI as a 'headless' service, the waypoint-runner-0 pod is stuck at init because the 'wait-for-token' container is still running.
I verified the waypoint-server-token is empty/blank and even though I am able to reach the UI outside the Cluster, I am not able to authenticate.
To see if I reproduce the issue, I ran
helm uninstall waypoint -n waypoint
to remove the custom Waypoint configuration. However, even when runninghelm install waypoint hashicorp/waypoint -n waypoint --create-namespace
, I ran into the same issue. I'm a bit puzzled as to why at this point. I am also fairly new to Waypoint and would appreciate any assistance.Steps to Reproduce Steps to reproduce the behavior.
helm install waypoint ./charts/waypoint -n waypoint --create-namespace
Expected behavior To successfully install waypoint-ui as a 'headless' service behind Istio and successfully authenticate into the site using the waypoint-server-token.
Waypoint Platform Versions Additional version and platform information to help triage the issue if applicable:
aws/ecs
,pack
,azure
)Additional context Add any other context about the problem here.