Skip to content

Commit

Permalink
Add generic dns to k3s tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Sep 30, 2023
1 parent 0c02680 commit 0c66ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fab/k3s_config.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ write-kubeconfig-mode: "0644"
tls-san: # TODO add public control node IP?
- 127.0.0.1
- {{ .controlVIP }}
- kube-fabric.local
secrets-encryption: true
cluster-init: true

0 comments on commit 0c66ee8

Please sign in to comment.