This commit is contained in:
Nico Schottelius 2021-06-19 13:13:43 +02:00
parent 659e445f04
commit 6f26dd5bd7
2 changed files with 12 additions and 0 deletions

4
k8s/c3/README.md Normal file
View file

@ -0,0 +1,4 @@
## Test cluster c3
* Raspberry PI (arm64)
* Debian/Ubuntu

8
k8s/c3/kubeadm.yaml Normal file
View file

@ -0,0 +1,8 @@
# kubeadm-config.yaml
kind: ClusterConfiguration
apiVersion: kubeadm.k8s.io/v1beta2
kubernetesVersion: v1.21.1
networking:
dnsDomain: c3.k8s.ooo
podSubnet: 2a0a:e5c0:13:e3::/64
serviceSubnet: 2a0a:e5c0:13:e4::/108