Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable inverse proxy to access host network (#2614)
When switching to GKE workload identity, the pods can't access to metadata server anymore by default due to metadata concealment. This can be unlocked by explicitly enable hostnetwork for the pod. https://cloud.google.com/kubernetes-engine/docs/how-to/protecting-cluster-metadata#concealment This should be OK as proxy is an optional component. In any case when user feel this not a secure option he/she could opt out it.
- Loading branch information