-
Notifications
You must be signed in to change notification settings - Fork 207
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
Rename node-bootstrapper => aks-node-controller #5191
Conversation
vhdbuilder/packer/packer_source.sh
Outdated
NODE_BOOTSTRAPPER_SERVICE_SRC=/home/packer/bootstrap.service | ||
NODE_BOOTSTRAPPER_SERVICE_DEST=/etc/systemd/system/bootstrap.service | ||
cpAndMode $NODE_BOOTSTRAPPER_SERVICE_SRC $NODE_BOOTSTRAPPER_SERVICE_DEST 0644 | ||
AKS_NODE_CONTROLLER_SERVICE_SRC=/home/packer/bootstrap.service |
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.
im okay either way, but should we rename bootstrap.service
to aks-node-controller.service
as well?
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.
Makes sense. It's confused me before.
I think it's nice to make the relationship clear. It's unlikely we will need to change insides to another binary without renaming it.
/kind cleanup
node-bootstrapper
been an interim name. We reached a consensus to rename it toaks-node-controller
to better reflect its purpose.