-
Notifications
You must be signed in to change notification settings - Fork 105
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
Watch kapp-controller-config configmap and apply updated config #179
Comments
👍 |
This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response. |
|
Hey @shyaamsn, wanted to see if you might be able to provide more information to Aaron's comment above.
|
Kapp controller should detect the change in the kapp-controller-config and dynamically should reload its runtime config/certs. This issue is essential because kapp controller is installed first and then the packageRespository is added. The solution for this would be to implement a reconciler which would periodically fetch the config and dynamically reloads the certs in runtime. |
Development / implementation notes
|
Describe the problem/challenge you have
Currently, kapp-controller loads and applies the kapp-controller-config configmap at startup. This means if the configmap is updated, the kapp-controller pod will need to be restarted in order to pick up that changes.
Describe the solution you'd like
kapp-controller should dynamically reconfigure itself if there are updates to the configmap.
Anything else you would like to add:
N/A
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: