Skip to content

Commit

Permalink
Fixed #4 specific kubelet version
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-designz committed Aug 3, 2020
1 parent 20c7b0e commit 7079c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubetools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: "{{ item }}"
state: latest
loop:
- kubelet
- kubelet=1.18.6-00
- kubeadm
- kubectl

Expand Down

1 comment on commit 7079c11

@robbmue
Copy link
Owner

@robbmue robbmue commented on 7079c11 Aug 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansible failes on this, will reopen the issue and revert this

Please sign in to comment.