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 SSA (Server-Side Apply) in Makefile #44

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dayko2019
Copy link
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

When using the CSA(Client-Side Apply), the kubectl apply operation reports an error that the annotation is too long, so we need to switch to the SSA(Server-Side Apply) to manage the fields on the server side.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@dayko2019 dayko2019 added the kind/bug Categorizes issue or PR as related to a bug. label Jul 17, 2023
@dayko2019 dayko2019 added this to the v0.2 milestone Jul 17, 2023
@zqzten zqzten changed the title Modify CSA (Client-Side Apply) to SSA (Server-Side Apply) Use SSA (Server-Side Apply) in Makefile Jul 17, 2023
@zqzten zqzten merged commit 184e06a into traas-stack:main Jul 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants