2022-09-11 11:54:56 +00:00
|
|
|
global:
|
|
|
|
clusterName: pleasechangeme
|
|
|
|
highAvailable: false
|
|
|
|
|
2021-11-27 13:02:23 +00:00
|
|
|
# -- set to $HOSTNAME
|
2021-12-17 10:57:23 +00:00
|
|
|
nodeName: kubezero-node
|
2021-11-27 13:02:23 +00:00
|
|
|
domain: changeme.org
|
|
|
|
|
|
|
|
# -- Needs to be set to primary node IP
|
|
|
|
listenAddress: 0.0.0.0
|
|
|
|
|
|
|
|
api:
|
|
|
|
endpoint: kube-api.changeme.org:6443
|
|
|
|
listenPort: 6443
|
2021-12-17 10:57:23 +00:00
|
|
|
etcdServers: "https://etcd:2379"
|
2021-11-27 13:02:23 +00:00
|
|
|
extraArgs: {}
|
|
|
|
# -- https://s3.${REGION}.amazonaws.com/${CFN[ConfigBucket]}/k8s/$CLUSTERNAME
|
|
|
|
serviceAccountIssuer: ""
|
|
|
|
# -- s3://${CFN[ConfigBucket]}/k8s/$CLUSTERNAME
|
|
|
|
oidcEndpoint: ""
|
|
|
|
apiAudiences: "istio-ca"
|
|
|
|
|
2021-12-01 12:33:11 +00:00
|
|
|
awsIamAuth:
|
|
|
|
enabled: false
|
|
|
|
workerNodeRole: "arn:aws:iam::000000000000:role/KubernetesNode"
|
|
|
|
kubeAdminRole: "arn:aws:iam::000000000000:role/KubernetesNode"
|
|
|
|
|
2023-08-16 10:17:39 +00:00
|
|
|
falco:
|
|
|
|
enabled: false
|
|
|
|
|
2021-12-01 12:33:11 +00:00
|
|
|
etcd:
|
2021-12-15 22:19:15 +00:00
|
|
|
nodeName: etcd
|
|
|
|
state: new
|
2021-12-01 12:33:11 +00:00
|
|
|
extraArgs: {}
|
2021-11-27 13:02:23 +00:00
|
|
|
|
|
|
|
# -- Set to false for openrc, eg. on Gentoo or Alpine
|
2022-04-08 15:09:40 +00:00
|
|
|
systemd: false
|
|
|
|
protectKernelDefaults: false
|
2024-10-16 11:20:20 +00:00
|
|
|
|
|
|
|
# patches: /tmp/patches
|