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

Optimization for CreateOrUpdateConfigMap #3737

Open
DanielZhangQD opened this issue Jan 25, 2021 · 2 comments · May be fixed by #4170
Open

Optimization for CreateOrUpdateConfigMap #3737

DanielZhangQD opened this issue Jan 25, 2021 · 2 comments · May be fixed by #4170
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DanielZhangQD
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe:

Describe the feature you'd like:

During the configmap sync, we do not check if it exists or not but call the CreateOrUpdateConfigMap function directly, which will call API to the kube-apiserver directly during each sync, increase the load of kube-apiserver, and should be optimized.
Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@DanielZhangQD DanielZhangQD added this to the v1.2.0-beta.1 milestone Jan 25, 2021
@BinChenn
Copy link
Contributor

BinChenn commented Feb 1, 2021

/assign

@BinChenn BinChenn removed their assignment Feb 22, 2021
@DanielZhangQD DanielZhangQD added the enhancement New feature or request label Mar 26, 2021
@DanielZhangQD DanielZhangQD modified the milestones: v1.2.0-beta.2, v1.3.0 Apr 19, 2021
@mianhk
Copy link
Contributor

mianhk commented Aug 31, 2021

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants