update to latest 2.26.0 kubespray version and add dns zones settings to coredns
This commit is contained in:
@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
|
||||
kube_api_anonymous_auth: true
|
||||
|
||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||
kube_version: v1.29.0
|
||||
kube_version: v1.30.3
|
||||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
@@ -179,7 +179,6 @@ nodelocaldns_health_port: 9254
|
||||
nodelocaldns_second_health_port: 9256
|
||||
nodelocaldns_bind_metrics_host_ip: false
|
||||
nodelocaldns_secondary_skew_seconds: 5
|
||||
# nodelocaldns_external_zones:
|
||||
# - zones:
|
||||
# - example.com
|
||||
# - example.io:1053
|
||||
|
||||
@@ -1,31 +1,17 @@
|
||||
|
||||
t1-disk-lt-k8s-master-01 ansible_host=10.100.20.43 ip=10.100.20.43
|
||||
t1-disk-lt-k8s-master-02 ansible_host=10.100.20.38 ip=10.100.20.38
|
||||
t1-disk-lt-k8s-master-03 ansible_host=10.100.20.42 ip=10.100.20.42
|
||||
t1-disk-lt-k8s-slave-01 ansible_host=10.100.20.40 ip=10.100.20.40
|
||||
t1-disk-lt-k8s-slave-02 ansible_host=10.100.20.41 ip=10.100.20.41
|
||||
t1-disk-lt-k8s-slave-03 ansible_host=10.100.20.39 ip=10.100.20.39
|
||||
t1-disk-lt-k8s-slave-04 ansible_host=10.100.20.45 ip=10.100.20.45
|
||||
t1-disk-lt-k8s-slave-05 ansible_host=10.100.20.44 ip=10.100.20.44
|
||||
t1-disk-lt-k8s-slave-06 ansible_host=10.100.20.50 ip=10.100.20.50
|
||||
t1-disk-lt-k8s-test-master-01 ansible_host=10.100.20.47 ip=10.100.20.47
|
||||
t1-disk-lt-k8s-test-slave-01 ansible_host=10.100.20.48 ip=10.100.20.48
|
||||
t1-disk-lt-k8s-test-slave-02 ansible_host=10.100.20.49 ip=10.100.20.49
|
||||
|
||||
[kube_control_plane]
|
||||
t1-disk-lt-k8s-master-01
|
||||
t1-disk-lt-k8s-master-02
|
||||
t1-disk-lt-k8s-master-03
|
||||
t1-disk-lt-k8s-test-master-01
|
||||
|
||||
[etcd]
|
||||
t1-disk-lt-k8s-master-01
|
||||
t1-disk-lt-k8s-master-02
|
||||
t1-disk-lt-k8s-master-03
|
||||
t1-disk-lt-k8s-test-master-01
|
||||
|
||||
[kube_node]
|
||||
t1-disk-lt-k8s-slave-01
|
||||
t1-disk-lt-k8s-slave-02
|
||||
t1-disk-lt-k8s-slave-03
|
||||
t1-disk-lt-k8s-slave-04
|
||||
t1-disk-lt-k8s-slave-05
|
||||
t1-disk-lt-k8s-slave-06
|
||||
t1-disk-lt-k8s-test-slave-01
|
||||
t1-disk-lt-k8s-test-slave-02
|
||||
|
||||
[k8s_cluster:children]
|
||||
kube_control_plane
|
||||
|
||||
Reference in New Issue
Block a user