SovereignCloudStack / cluster-stacks

Definition of Cluster Stacks based on the ClusterAPI ClusterClass feature
https://scs.community/
Apache License 2.0
7 stars 6 forks source link

Add certSANs schema and patch #79

Closed DEiselt closed 3 months ago

DEiselt commented 3 months ago

closes #76

DEiselt commented 3 months ago

Seems to be working as expected if this is the right place. I used mydomain.example to test here:

k --kubeconfig kubeconfig.yaml describe -n kube-system configmaps kubeadm-config
Name:         kubeadm-config
Namespace:    kube-system
Labels:       <none>
Annotations:  <none>

Data
====
ClusterConfiguration:
----
apiServer:
  certSANs:
  - mydomain.example
  extraArgs:
    authorization-mode: Node,RBAC
    cloud-provider: external
  timeoutForControlPlane: 4m0s
apiVersion: kubeadm.k8s.io/v1beta3
certificatesDir: /etc/kubernetes/pki
clusterName: mein-cluster
...
mxmxchere commented 3 months ago

Looks good to me and works as well