Skip to content

Commit

Permalink
add growpart azure enabled (kubernetes-sigs#10241)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-peter authored and maciej-markowski committed Jun 23, 2023
1 parent 877df36 commit f8b4c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/kubernetes/preinstall/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ debian_os_family_extensions:

# Sets DNSStubListener=no, useful if you get "0.0.0.0:53: bind: address already in use"
systemd_resolved_disable_stub_listener: "{{ ansible_os_family in ['Flatcar', 'Flatcar Container Linux by Kinvolk'] }}"

# Enable 0120-growpart-azure-centos-7 tasks
growpart_azure_enabled: true
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
- not dns_late
- azure_check.stat.exists
- ansible_os_family == "RedHat"
- growpart_azure_enabled
tags:
- bootstrap-os

Expand Down

0 comments on commit f8b4c60

Please sign in to comment.