File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 13
13
labels :
14
14
app : gcp-compute-persistent-disk-csi-driver
15
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
16
21
serviceAccountName : csi-gce-pd-controller-sa
17
22
priorityClassName : csi-gce-pd-controller
18
23
containers :
Original file line number Diff line number Diff line change 12
12
labels :
13
13
app : gcp-compute-persistent-disk-csi-driver
14
14
spec :
15
+ # Host network must be used for interaction with Workload Identity in GKE
16
+ # since it replaces GCE Metadata Server with GKE Metadata Server. Remove
17
+ # this requirement when issue is resolved and before any exposure of
18
+ # metrics ports.
19
+ hostNetwork : true
15
20
priorityClassName : csi-gce-pd-node
16
21
serviceAccountName : csi-gce-pd-node-sa
17
22
containers :
You can’t perform that action at this time.
0 commit comments