This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Resolve dependency for Workload Identity in IAM #298
Labels
bug
Something isn't working
priority: p3
Desirable enhancement or minor bug fix, not yet prioritized
triaged: yes
Milestone
Story
During deployment using the latest helm/Terraform changes, there was an error applying a configuration targeting the On GKE End to End example. The workload identity was not available when Terraform was attempting to bind to the service accounts:
Identity namespace does not exist
. This blocked the pods from being deployed onto the cluster. This has been seen with Kube 1.13 and 1.14.Proposed Solution
Determine if the service account resources need to have a dependency on the workload identity.
Acceptance Criteria
Deploy the GKE End to End example without issue.
The text was updated successfully, but these errors were encountered: