Add files via upload

This commit is contained in:
minjae-song
2020-11-23 15:00:42 +09:00
committed by GitHub
parent 7ff84139bf
commit 4958544992
4 changed files with 301 additions and 0 deletions

27
manifest/k8s.config Normal file
View File

@@ -0,0 +1,27 @@
#------------------------------------------------------------------
# ex : imageRegistry={IP}:{PORT}
# ex : crioVersion={crio version}
# ex : k8sVersion={kubernetes version}
# ex : apiServer={kubernetes API server ip}
# ex : podSubnet={POD_IP_POOL}/{CIDR}
#------------------------------------------------------------------
#------------------------------------------------------------------
# ex : imageRegistry=172.22.5.2:5000
# ex : crioVersion=1.17
# ex : k8sVersion=1.17.6
# ex : apiServer=172.21.7.2
# ex : podSubnet=10.244.0.0/16
#------------------------------------------------------------------
#image registry
imageRegistry=172.22.5.2:5000
#crio
crioVersion=1.17
#kubernetes
k8sVersion=1.17.6
apiServer=172.22.5.2
podSubnet=10.244.0.0/16