Skip to content

Commit 3cbe8f7

Browse files
authored
Merge pull request #6953 from jnummelin/fix/fill-in-sans-only-when-creating-certs
Remove SANs auto-detection when defaulting the config
2 parents 9abc01f + 1020eb5 commit 3cbe8f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/apis/k0s/v1beta1/api.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ type APISpec struct {
6666
func DefaultAPISpec() *APISpec {
6767
a := new(APISpec)
6868
a.setDefaults()
69-
a.SANs, _ = iface.AllAddresses()
7069
return a
7170
}
7271

0 commit comments

Comments
 (0)