Fix CICD playbooks
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
|
||||
k8s_apt_key_url: "https://pkgs.k8s.io/core:/stable:/v1.33/deb/Release.key"
|
||||
k8s_repo_url: "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.33/deb/ /"
|
||||
k8s_apt_key_url: "https://pkgs.k8s.io/core:/stable:/v1.34/deb/Release.key"
|
||||
k8s_repo_url: "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.34/deb/ /"
|
||||
|
||||
k8s_pkg_list:
|
||||
- apt-transport-https
|
||||
@@ -16,10 +16,9 @@ k8s_pkg_list:
|
||||
- kubectl
|
||||
|
||||
|
||||
k8s_clusterApi: "k8s-cl01-api.k8s-test.local:6443"
|
||||
k8s_clusterName: "k8s-cl01.k8s-test.local"
|
||||
k8s_clusterApi: "k8s01-api.lab.loc:6443"
|
||||
k8s_clusterName: "k8s-cl01.k8s-cl01.local"
|
||||
k8s_dnsDomain: "k8s-cl01.local"
|
||||
k8s_podSubnet: "10.111.111.0/16"
|
||||
|
||||
k8s_calico_manifest_file: "https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/calico.yaml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user