aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/defaults/main.yml
blob: 15f1f186eda39da1ae46589240861a86f38c3871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#Edit these values only as per your environment
#Enter your master node advertise ip address and cidr range for the pods.
kube_ad_addr: "{{ ansible_host }}"
kube_cidr_v: 10.244.0.0/16

###################################################################################
# Dont Edit these below values, these are mandatory to configure kubernetes cluster
#packages:
#- docker
#- kubeadm
#- kubectl

#services:
#- docker
#- kubelet
#- firewalld

#ports:
#- "6443/tcp"
#- "10250/tcp"

token_file: $HOME/log_init.txt
###################################################################################
# Dont Edit these above values, these are mandatory to configure kubernetes cluster



PIP_executable_version: pip3.6