We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8d641 commit 3d00ea4Copy full SHA for 3d00ea4
deploy/kubernetes/base/controller.yaml
@@ -13,6 +13,11 @@ spec:
13
labels:
14
app: gcp-compute-persistent-disk-csi-driver
15
spec:
16
+ # Host network must be used for interaction with Workload Identity in GKE
17
+ # since it replaces GCE Metadata Server with GKE Metadata Server. Remove
18
+ # this requirement when issue is resolved and before any exposure of
19
+ # metrics ports
20
+ hostNetwork: true
21
serviceAccountName: csi-controller-sa
22
priorityClassName: gce-pd-csi-driver-controller
23
containers:
0 commit comments