Skip to content

Commit

Permalink
fix dnsPolicy (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaab authored Jul 12, 2024
1 parent 67ba4e6 commit e39dffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Openstack Cloud Controller Manager Helm Chart
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
home: https://github.com/kubernetes/cloud-provider-openstack
name: openstack-cloud-controller-manager
version: 2.30.1
version: 2.30.2
maintainers:
- name: eumel8
email: f.kloeker@telekom.de
Expand Down
2 changes: 1 addition & 1 deletion charts/openstack-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ livenessProbe: {}
# Set readinessProbe in the same way like livenessProbe
readinessProbe: {}

dnsPolicy: ClusterFirstWithHostNet
dnsPolicy: ClusterFirst

# Set nodeSelector where the controller should run, i.e. controlplane nodes
nodeSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
value: /etc/config/cloud.conf
- name: CLUSTER_NAME
value: kubernetes
dnsPolicy: ClusterFirstWithHostNet
dnsPolicy: ClusterFirst
hostNetwork: true
volumes:
- hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
value: /etc/config/cloud.conf
- name: CLUSTER_NAME
value: kubernetes
dnsPolicy: ClusterFirstWithHostNet
dnsPolicy: ClusterFirst
hostNetwork: true
securityContext:
runAsUser: 1001
Expand Down

0 comments on commit e39dffb

Please sign in to comment.