-
Notifications
You must be signed in to change notification settings - Fork 13
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
Decouple update k8sd-config configmap from k8s set API #339
Decouple update k8sd-config configmap from k8s set API #339
Conversation
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.
Really nice work, a couple of comments
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.
Very nice work, looks good overall. Some small comments.
c432250
to
51a3fad
Compare
7e71884
to
cf5e5bc
Compare
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.
Just to make sure conflicts are addressed
dbe5dcf
to
5a02237
Compare
|
1233ff8
into
KU-530/updates-for-external-datastore
This reverts commit 1233ff8.
This PR adds a controller that updates the
k8sd-config
config map of the cluster asynchronously.It is triggered by the sending
struct{}
to the controllersUpdateCh
(e.g. by the bootstrap hook ork8s set
).This is a first effort of making commands return fast instead of e.g. waiting for service restarts and apply changes async. Follow-up work will move the component updates to a controller as well.
Relates and works towards fixing:
#321 and #277