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

Use kubectl create for SystemConfiguration resource #116

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

roehrich-hpe
Copy link
Contributor

Use 'kubectl create' for this resource so that k8s does not create the "last-applied-configuration" annotation. This resource is not being updated by any controller, and the admins can be taught to update it with 'kubectl replace' so that annotation is never needed.

This resource can be quite large on a big system and the "last-applied-configuration" annotation that is created by 'kubectl apply' can exceed the allowed size of an annotation.

Use 'kubectl create' for this resource so that k8s does not create the
"last-applied-configuration" annotation.  This resource is not being updated by any controller, and the admins can be taught to update it with 'kubectl
replace' so that annotation is never needed.

This resource can be quite large on a big system and the
"last-applied-configuration" annotation that is created by 'kubectl apply' can
exceed the allowed size of an annotation.

Signed-off-by: Dean Roehrich <[email protected]>
@roehrich-hpe roehrich-hpe merged commit b286fdd into master Jan 26, 2024
1 check passed
@roehrich-hpe roehrich-hpe deleted the k-create-sysconfig branch January 26, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants