File tree Expand file tree Collapse file tree 7 files changed +9
-2
lines changed
Expand file tree Collapse file tree 7 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11namespace : vexxhost
22name : kubernetes
3- version : 1.15.1
3+ version : 2.0.0
44readme : README.md
55authors :
66 -
Mohammed Naser <[email protected] >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ provisioner:
2727 operator :
2828 replicas : 1
2929 controllers :
30+ clusterctl_version : 1.6.0
3031 keepalived_interface : " {{ ansible_facts['default_ipv4'].interface }}"
3132 keepalived_vip : 172.17.0.100
3233 keepalived_vrid : 42
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ provisioner:
2929 operator :
3030 replicas : 1
3131 controllers :
32+ clusterctl_version : 1.6.0
3233 cluster_api_node_selector :
3334 kubernetes.io/os : linux
3435 keepalived_interface : " {{ ansible_facts['default_ipv4'].interface }}"
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ provisioner:
5454 operator :
5555 replicas : 1
5656 controllers :
57+ clusterctl_version : 1.6.0
5758 cluster_api_node_selector :
5859 kubernetes.io/os : linux
5960 keepalived_interface : " {{ ansible_facts['default_ipv4'].interface }}"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ provisioner:
5050 all :
5151 kubernetes_version : ${KUBERNETES_VERSION-1.28.13}
5252 controllers :
53+ clusterctl_version : 1.6.0
5354 keepalived_interface : " {{ ansible_facts['default_ipv4'].interface }}"
5455 keepalived_vip : 172.17.0.100
5556 keepalived_vrid : 42
Original file line number Diff line number Diff line change 11# clusterctl
22
33This role downloads and installs the ` clusterctl ` binary on the host.
4+ You need to specify ` clusterctl_version ` explicitly.
Original file line number Diff line number Diff line change 1212# License for the specific language governing permissions and limitations
1313# under the License.
1414
15- clusterctl_version : 1.6.0
15+
16+ # clusterctl_version:
17+
1618clusterctl_checksums :
1719 amd64 :
1820 1.3.2 : d57adc75cd4359a9f660b2ecbbd0ef82ebfa643c1218a6ca8ca1778bdda72380
You can’t perform that action at this time.
0 commit comments