Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Sep 22, 2023
1 parent 58db599 commit c0b1688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
version: 9.99.0
- id: k8s-1.19
manifest: karpenter.sh/k8s-1.19.yaml
manifestHash: 2c2ee765c4e9df0505ff1a3ee239f3f401cf21d78957fea2a1cd5bc05e67bbaa
manifestHash: 060a226341e590d2de371f409b43ace725fad5d4792453091ba92607a073f19b
name: karpenter.sh
prune:
kinds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ spec:
- mountPath: /var/run/secrets/amazonaws.com/
name: token-amazonaws-com
readOnly: true
dnsPolicy: ClusterFirst
dnsPolicy: Default
priorityClassName: system-cluster-critical
securityContext:
fsGroup: 65536
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,8 +1534,12 @@ spec:
seccompProfile:
type: RuntimeDefault
priorityClassName: "system-cluster-critical"
{{ if not IsIPv6Only }}
dnsPolicy: Default
{{ else }}
# Must use ClusterFirst on IPv6 clusters in order to get DNS64
dnsPolicy: ClusterFirst
{{ end }}
containers:
- name: controller
securityContext:
Expand Down

0 comments on commit c0b1688

Please sign in to comment.