Skip to content

Commit

Permalink
add set_sysctl_variables patch
Browse files Browse the repository at this point in the history
  • Loading branch information
n549 committed Nov 15, 2023
1 parent 25e6a18 commit 38e444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/patches/p1_set_sysctl_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self) -> None:
def run(self, res: DynamicResources) -> None:
cluster = res.cluster()

node_group = cluster.make_group_from_roles(['control-plane', 'worker'])
node_group = cluster.make_group_from_roles(['all'])
node_group.call(sysctl.configure)
node_group.call(sysctl.reload)

Expand Down

0 comments on commit 38e444e

Please sign in to comment.