kubezero/charts/kubeadm
Stefan Reimer 4d41352f65 chore: doc reorg to prep 1.22 release, RunTimeClass config for crun 2022-04-13 12:24:10 +02:00
..
templates chore: doc reorg to prep 1.22 release, RunTimeClass config for crun 2022-04-13 12:24:10 +02:00
.helmignore ci: Reorg kubezero container build 2022-04-08 17:09:40 +02:00
Chart.yaml ci: Reorg kubezero container build 2022-04-08 17:09:40 +02:00
README.md ci: Reorg kubezero container build 2022-04-08 17:09:40 +02:00
README.md.gotmpl ci: Reorg kubezero container build 2022-04-08 17:09:40 +02:00
values.yaml feat: Integrate external-dns for kubeapi 2022-04-08 22:11:36 +02:00

README.md

kubeadm

Version: 1.22.8 Type: application

KubeZero Kubeadm cluster config

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.22.0

Values

Key Type Default Description
addons.aws-node-termination-handler.enabled bool false
addons.aws-node-termination-handler.queueURL string "" arn:aws:sqs:${REGION}:${AWS_ACCOUNT_ID}:${CLUSTERNAME}_Nth
addons.clusterBackup.enabled bool false
addons.clusterBackup.passwordFile string "" /etc/cloudbender/clusterBackup.passphrase
addons.clusterBackup.repository string "" s3:https://s3.amazonaws.com/${CFN[ConfigBucket]}/k8s/${CLUSTERNAME}/clusterBackup
api.apiAudiences string "istio-ca"
api.awsIamAuth.enabled bool false
api.awsIamAuth.kubeAdminRole string "arn:aws:iam::000000000000:role/KubernetesNode"
api.awsIamAuth.workerNodeRole string "arn:aws:iam::000000000000:role/KubernetesNode"
api.endpoint string "kube-api.changeme.org:6443"
api.etcdServers string "https://etcd:2379"
api.extraArgs object {}
api.listenPort int 6443
api.oidcEndpoint string "" s3://${CFN[ConfigBucket]}/k8s/$CLUSTERNAME
api.serviceAccountIssuer string "" https://s3.${REGION}.amazonaws.com/${CFN[ConfigBucket]}/k8s/$CLUSTERNAME
clusterName string "pleasechangeme"
domain string "changeme.org"
etcd.extraArgs object {}
etcd.nodeName string "etcd"
etcd.state string "new"
highAvailable bool false
listenAddress string "0.0.0.0" Needs to be set to primary node IP
network.calico.enabled bool false
network.cilium.enabled bool false
network.multus.enabled bool false
network.multus.tag string "v3.8"
nodeName string "kubezero-node" set to $HOSTNAME
protectKernelDefaults bool false
systemd bool false Set to false for openrc, eg. on Gentoo or Alpine

Resources

Etcd