-
Notifications
You must be signed in to change notification settings - Fork 235
feat: npd into vhd build #7275
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
base: master
Are you sure you want to change the base?
feat: npd into vhd build #7275
Conversation
| echo "Installing NPD startup script and systemd service" | ||
|
|
||
| local NPD_STARTUP_SCRIPT_SRC="/home/packer/node-problem-detector-startup.sh" | ||
| local NPD_STARTUP_SCRIPT_DEST="/usr/local/bin/node-problem-detector-startup.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#7125 is not merged yet, but it should be soon. I am moving nearly everything from /usr/local/bin into /opt/bin because the former is not writeable on immutable distributions like Flatcar and Azure Linux OS Guard. If it works on OS Guard right now, it's because of a hack that should ideally be removed.
…kubelet dependency in systemd
What type of PR is this?
/kind feature
What this PR does / why we need it:
this is getting npd into agentbaker by default. On the CSE side we'll restart the systemd service to make sure we're running the startup script that handles if the sku is gpu or not.
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: