Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
BbolroC committed Nov 27, 2023
1 parent 36bd196 commit 44125b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/ansible/install_kubeadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
kubelet_bin: "/usr/local/bin/kubelet"
kubelet_service_dir: "/etc/systemd/system/kubelet.service.d"
kubelet_service_file: "/etc/systemd/system/kubelet.service"
k8s_advertise_address: "0.0.0.0"
# Use 'cgroupfs' with containerd, 'systemd' with crio?
kubelet_cgroup_driver: "cgroupfs"
tasks:
Expand Down
3 changes: 3 additions & 0 deletions tests/e2e/ansible/templates/kubeadm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: {{ k8s_advertise_address }}
bindPort: 6443
nodeRegistration:
criSocket: unix://{{ kubeadm_cri_runtime_socket }}
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 44125b3

Please sign in to comment.