Update to v1.32
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!include common
|
||||
#!include clusters/k8s
|
||||
domain: cluster.local
|
||||
|
||||
subnets:
|
||||
@ -5,52 +7,12 @@ subnets:
|
||||
pods: 192.168.64.0/20
|
||||
|
||||
addons:
|
||||
- essentials
|
||||
- novit
|
||||
|
||||
vars:
|
||||
kubernetes_version: v1.26.4
|
||||
|
||||
bootstrap_auths:
|
||||
- name: "my-user"
|
||||
sshKey: "ssh-ed25519 xxx my-user"
|
||||
|
||||
ssh_keys:
|
||||
- "ssh-ed25519 xxx my-user"
|
||||
|
||||
devname_match: /dev/([shv]da|nmve[0-9]+n[0-9]+)
|
||||
# to match a specific partition (here: 3):
|
||||
#devname_match: /dev/([shv]da|nvme[0-9]+n[0-9]+p)3
|
||||
|
||||
vip_interface: main
|
||||
public_vip: 172.17.1.138
|
||||
|
||||
netmask: 24
|
||||
gateway: 172.17.1.8
|
||||
dns:
|
||||
#- 172.17.1.1
|
||||
- 208.67.220.220
|
||||
|
||||
dls_base_url: http://172.17.1.8:7606
|
||||
|
||||
etcd:
|
||||
image: quay.io/coreos/etcd
|
||||
version: v3.5.9
|
||||
cluster_state: new # set to existing to secure existing clusters
|
||||
|
||||
keepalived:
|
||||
image: novitnc/keepalived
|
||||
version: 2.0.19
|
||||
garp_master_refresh: 60
|
||||
router_id: 1
|
||||
|
||||
control_plane:
|
||||
api_port: 6443
|
||||
reserve_resources: true
|
||||
|
||||
iface: "(en|eth).*"
|
||||
containerd_size: 50%FREE
|
||||
|
||||
local_storage_class: local
|
||||
is_vmware: false
|
||||
devname_match: /dev/([shv]da|nvme[0-9]+n[0-9]+)
|
||||
#devname_match: /dev/[shv]da
|
||||
|
||||
encrypt_disks: false
|
||||
|
||||
@ -58,7 +20,68 @@ vars:
|
||||
ingress_controller: nginx
|
||||
kube_proxy: proxy
|
||||
|
||||
k8s_registry: registry.k8s.io
|
||||
node_cidr_mask_size: 24
|
||||
|
||||
gcr_io: registry.k8s.io
|
||||
kube_proxy_image: registry.k8s.io/kube-proxy
|
||||
|
||||
control_plane:
|
||||
api_port: 6443
|
||||
reserve_resources: false
|
||||
|
||||
etcd_image: quay.io/coreos/etcd
|
||||
etcd_version: v3.5.21
|
||||
etcd_cluster_state: new # set to new for new clusters (manually on hosts is fine)
|
||||
etcd_split_events: false
|
||||
|
||||
keepalived_image: novitnc/keepalived
|
||||
keepalived_version: 2.0.19
|
||||
keepalived_garp_master_refresh: 60
|
||||
|
||||
kernel_modules: []
|
||||
|
||||
gateway: 172.17.1.8
|
||||
dls_base_url: http://172.17.1.8:7606
|
||||
dnses:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
netmask: 24
|
||||
iface: "(en|eth).*"
|
||||
ping_gateway: false
|
||||
public_vip: 172.17.1.138
|
||||
vip_interface: main
|
||||
keepalived_router_id: 1
|
||||
containerd_size: 50%FREE
|
||||
|
||||
enable_serial_console: false
|
||||
enable_nfs: false
|
||||
ntp_server_mode: false
|
||||
|
||||
no_proxy: 192.168.0.0/16,172.16.0.0/12,10.0.0.0/8
|
||||
|
||||
cloud_provider: none
|
||||
|
||||
docker_registries_mirror_cache:
|
||||
enable: true
|
||||
mb: 20000
|
||||
port: 8585
|
||||
docker_registries_mirror_repos:
|
||||
registry.k8s.io: /https/registry.k8s.io/v2
|
||||
docker.io: /https/registry-1.docker.io/v2
|
||||
gcr.io: /https/gcr.io/v2
|
||||
quay.io: /https/quay.io/v2
|
||||
|
||||
tick:
|
||||
storageClass: local
|
||||
elasticsearch:
|
||||
# below is namespace of ES deployment
|
||||
default:
|
||||
enabled: false
|
||||
endpoint: es6
|
||||
kafka:
|
||||
default:
|
||||
enabled: false
|
||||
service: kafka
|
||||
|
||||
local_storage_class: local
|
||||
|
||||
|
||||
2
clusters/k8s.yaml
Normal file
2
clusters/k8s.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
vars:
|
||||
kubernetes_version: v1.32.9
|
||||
Reference in New Issue
Block a user