++c3
This commit is contained in:
parent
659e445f04
commit
6f26dd5bd7
2 changed files with 12 additions and 0 deletions
4
k8s/c3/README.md
Normal file
4
k8s/c3/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
## Test cluster c3
|
||||
|
||||
* Raspberry PI (arm64)
|
||||
* Debian/Ubuntu
|
8
k8s/c3/kubeadm.yaml
Normal file
8
k8s/c3/kubeadm.yaml
Normal 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
|
Loading…
Reference in a new issue