Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Sep 23, 2023
1 parent 66df0d5 commit 81a6394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/components/karpenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (b *KarpenterOptionsBuilder) BuildOptions(o interface{}) error {
}

if c.Image == "" {
c.Image = "public.ecr.aws/karpenter/controller:v0.28.1"
c.Image = "public.ecr.aws/karpenter/controller:v0.30.0"
}

if c.LogEncoding == "" {
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 81a6394

Please sign in to comment.