Skip to content

Commit

Permalink
Workaround for #145
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 6, 2022
1 parent 645b145 commit b7ec46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/wn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- files:
- /etc/sysconfig/
- /etc/default/
ignore_errors: true

- name: Add node to kube cluster
command: kubeadm join --token {{kube_token}} {{kube_server}}:6443 --discovery-token-unsafe-skip-ca-verification creates=/etc/kubernetes/kubelet.conf
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
kube_version: 1.21.1
kube_docker_compatible_versions: ['17.03.', '18.06.', '18.09.', '19.03.', '20.10.']
kube_install_docker_pip: true

kubelet_extra_args: '-node-labels=somelabel'

0 comments on commit b7ec46e

Please sign in to comment.