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

Elide last applied configuration annotation when SSA is supported #1863

Merged
merged 3 commits into from
Jan 8, 2022

Conversation

viveklak
Copy link
Contributor

@viveklak viveklak commented Jan 7, 2022

Proposed changes

When server side applies are supported, storing last applied configuration seems redundant. We have longstanding plans of toggling server side apply support to be on by default - see #1556. This change elides last applied config annotation when server-side apply support is enabled. This seems safe since SSA support is not enabled by default anyway thus reducing any potential risk of unexpected behavior change with this.

Related issues (optional)

Fixes #1048

@viveklak viveklak marked this pull request as draft January 7, 2022 19:52
@viveklak viveklak requested a review from a team January 7, 2022 19:54
@github-actions
Copy link

github-actions bot commented Jan 7, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

github-actions bot commented Jan 7, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

3 similar comments
@github-actions
Copy link

github-actions bot commented Jan 7, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@viveklak viveklak marked this pull request as ready for review January 8, 2022 01:58
@viveklak viveklak merged commit 11e356e into master Jan 8, 2022
@pulumi-bot pulumi-bot deleted the vl/DryRunDisableLastApplied branch January 8, 2022 01:59
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 15, 2023
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 15, 2023
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 15, 2023
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 15, 2023
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 16, 2023
kaz130 added a commit to qmonus/pulumi-kubernetes that referenced this pull request Jun 19, 2023
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.

Resources with long manifests cannot be created due to too long last-applied-configuration annotation
2 participants