Skip to content

Commit

Permalink
Merge pull request #2104 from vicoooo26/fix/kubeadm-v3
Browse files Browse the repository at this point in the history
Fix: kubeadm v1beta3 dns config
  • Loading branch information
ks-ci-bot authored Jan 22, 2024
2 parents ff070d5 + d0dd3c0 commit c632035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/kk/pkg/kubernetes/templates/kubeadm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ etcd:
{{- end }}
{{- end }}
dns:
{{- if not .IsV1beta3 }}
type: CoreDNS
{{- end }}
imageRepository: {{ .CorednsRepo }}
imageTag: {{ .CorednsTag }}
imageRepository: {{ .ImageRepo }}
Expand Down

0 comments on commit c632035

Please sign in to comment.