Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fcos] disable zincati on masters/workers #1890

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mode: 0755
path: "/etc/zincati/config.d/90-disable-feature.toml"
contents:
inline: |
[updates]
enabled = false
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ contents: |
After=machine-config-daemon-pull.service
Before=crio.service crio-wipe.service
Before=kubelet.service
Before=zincati.service

[Service]
# Need oneshot to delay kubelet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ contents: |
ConditionPathExists=!/usr/lib/systemd/system/pivot.service
After=ignition-firstboot-complete.service
Before=kubelet.service
Before=zincati.service

[Service]
# Need oneshot to delay kubelet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ contents: |
ConditionPathExists=!/usr/libexec/bin/machine-config-daemon
After=ignition-firstboot-complete.service
Before=machine-config-daemon-host.service
Before=zincati.service

[Service]
# Need oneshot to delay kubelet
Expand Down