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

feat: allow custom args in kubectl apply for kubernetes deployments #6107

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

ManAnRuck
Copy link
Contributor

@ManAnRuck ManAnRuck commented May 30, 2024

What this PR does / why we need it:

See the Discord thread for details: https://discord.com/channels/817392104711651328/1077431043482714282

Which issue(s) this PR fixes:

Fixes #3839

Special notes for your reviewer:

@vvagaytsev vvagaytsev requested review from stefreak and thsig June 3, 2024 13:36
Copy link
Member

@stefreak stefreak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For server-side apply in particular, I'd like native Garden support and/or to enable it by default if it's supported by all Kubernetes versions we support.

But it might still be useful to also allow additional parameters to kubectl as another escape hatch in the future.

@vvagaytsev vvagaytsev marked this pull request as ready for review June 3, 2024 13:45
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 3, 2024
@vvagaytsev vvagaytsev changed the title WIP: 🚧 feat: add applyArgs for kubernetes deployments feat: add applyArgs for kubernetes deployments Jun 3, 2024
@vvagaytsev vvagaytsev removed this pull request from the merge queue due to a manual request Jun 3, 2024
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 3, 2024
@vvagaytsev vvagaytsev removed this pull request from the merge queue due to a manual request Jun 3, 2024
@vvagaytsev vvagaytsev changed the title feat: add applyArgs for kubernetes deployments feat: allow custom args in kubectl apply for kubernetes deployments Jun 3, 2024
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 3, 2024
Merged via the queue into garden-io:main with commit 85ab8e2 Jun 3, 2024
17 checks passed
@ManAnRuck ManAnRuck deleted the apply-server-side branch August 17, 2024 19:24
@ManAnRuck
Copy link
Contributor Author

@stefreak I think I missed here something 🫣

adding tests and the applyArgs to the apply function itself.
so currently applyArgs is not working I think 😕

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.

[FEATURE]: Add server-side apply option to kubernetes action
3 participants