c2 update and secret generation update
This commit is contained in:
parent
1fd21974d7
commit
5e4d84816b
2 changed files with 8 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# kubeadm-config.yaml
|
||||
kind: ClusterConfiguration
|
||||
apiVersion: kubeadm.k8s.io/v1beta2
|
||||
kubernetesVersion: v1.21.1
|
||||
kubernetesVersion: v1.21.2
|
||||
networking:
|
||||
dnsDomain: c2.k8s.ooo
|
||||
podSubnet: 2a0a:e5c0:13:e1::/64
|
||||
serviceSubnet: 2a0a:e5c0:13:e2::/108
|
||||
|
||||
controlPlaneEndpoint: "api.c2.k8s.ooo:6443"
|
||||
---
|
||||
kind: KubeletConfiguration
|
||||
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||
|
|
6
tests/secret-generation-test.yaml
Normal file
6
tests/secret-generation-test.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: string-secret
|
||||
annotations:
|
||||
secret-generator.v1.mittwald.de/autogenerate: password
|
Loading…
Reference in a new issue