Create and stated write role for deploy k8s cluster

This commit is contained in:
2025-08-24 21:12:59 +03:00
parent 69638a9a69
commit d32a39b1f1
11 changed files with 188 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
apiVersion: kubeadm.k8s.io/v1beta4
kind: ClusterConfiguration
caCertificateValidityPeriod: 87600h0m0s
certificateValidityPeriod: 87600h0m0s
clusterName: {{ k8s_clusterName }}
controlPlaneEndpoint: {{ k8s_clusterApi }}
networking:
podSubnet: {{ k8s_podSubnet }}
dnsDomain: {{ k8s_dnsDomain }}