Skip to content

Commit

Permalink
Merge pull request #12 from paradeum-team/jyliu
Browse files Browse the repository at this point in the history
fix: Update system failed due to kubelet
  • Loading branch information
ss75710541 authored Mar 17, 2022
2 parents 00762e3 + 43fccd8 commit 98106c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/host-init/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
when: OS_ID == "ubuntu"
- include: selinux.yml
when: OS_ID == "centos"
- include: update.yml
when: is_system_update
- include: ulimit.yml
- include: ipvs.yml
- include: sysctl.yml
Expand All @@ -19,8 +21,6 @@
when: chronyd_install
- include: hostname.yml
- include: docker.yml
- include: update.yml
when: is_system_update
- include: installKubeadm.yml
- include: apiServerDns.yml
when: master_vip is defined
Expand Down

0 comments on commit 98106c8

Please sign in to comment.