-
Notifications
You must be signed in to change notification settings - Fork 8.3k
helm charts missing env var for untaint controller #52050
Copy link
Copy link
Closed
Labels
area/chartsarea/environmentshelp wantedIndicates a PR/Issue that needs community helpIndicates a PR/Issue that needs community helplifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Metadata
Metadata
Assignees
Labels
area/chartsarea/environmentshelp wantedIndicates a PR/Issue that needs community helpIndicates a PR/Issue that needs community helplifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Is this the right place to submit this?
Bug Description
I was testing out the untaint controller which I tried to enable via helm. I think it only started working when I added the env var
PILOT_ENABLE_NODE_UNTAINT_CONTROLLERSto istiod. There had been other potential culprits and I could be wrong, but logs for the untaint controller only started logging after I used the env var so pretty sure it was the cause.Version
Additional Information
No response