Skip to content

Commit

Permalink
Merge branch 'feat-synchronized-time-checking' of github.com:yankay/k…
Browse files Browse the repository at this point in the history
…ubespray into fix-invalid-kube-vip-manifest
  • Loading branch information
yankay committed May 17, 2022
2 parents 0e6c8cd + 09e391d commit be0bfea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ yum_repo_dir: /etc/yum.repos.d
pkg_install_retries: 4

# Check if access_ip responds to ping. Set false if your firewall blocks ICMP.
ping_access_ip: true
ping_access_ip: true
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@
msg: "Variable auto_renew_certificates must be disabled when CA are managed externally: kube_external_ca_mode = true"
when:
- kube_external_ca_mode
- not ignore_assert_errors
- not ignore_assert_errors
6 changes: 6 additions & 0 deletions tests/files/packet_centos7-flannel-addons-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ etcd_tls_cipher_suites:
containerd_storage_dir: /var/data/containerd
containerd_state_dir: /run/cri/containerd
containerd_oom_score: -999

# Kube-vip
kube_vip_enabled: true
kube_vip_arp_enabled: true
kube_vip_controlplane_enabled: true
kube_vip_address: 192.168.1.100

0 comments on commit be0bfea

Please sign in to comment.