-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure CNI manifest is applied to cluster when the base manifest and …
…provider are updated (#1093) ### Proposed changes This PR ensures that changes to the base CNI manifest is applied as a Pulumi update whenever the provider version changes. This is done by now also storing the computed manifest in state to diff against. Previously, only changes to user VpcCni opts caused a diff. This would mean that some users who have already updated to the latest provider version, and manually triggered a CNI update would encounter a one-off spurious diff since the computed manifest would not have been stored in state. Changes made: - Add applied manifest to state to fix the issue where the manifest isn't reapplied when the provider is updated - fix the issue where VpcCni could not be passed a kubeconfig object correctly - updated CI to use the latest version of the Pulumi binary - Added CNIAcrossUpdates integration test - Added CNIAcrossUpdates to the list of tests to run in CI ### Related issues (optional) Fixes: #1057 Fixes: #1092 --------- Co-authored-by: Pulumi Bot <[email protected]>
- Loading branch information
1 parent
8e16403
commit 9343929
Showing
37 changed files
with
27,046 additions
and
26,866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.