EPMDEDP-17309: docs: Document the Capsule 0.14 metadata webhook delet… - #431
Open
geekhubuser wants to merge 1 commit into
Open
geekhubuser wants to merge 1 commit into
geekhubuser wants to merge 1 commit into
Conversation
…ion guard Capsule 0.14 needs an extra match condition on its metadata webhook, otherwise Roles and RoleBindings created before the upgrade get stuck in Terminating when Argo CD deletes them. Add the values to the installation steps, explain what fails without them, and add a troubleshooting entry for clusters that have already upgraded. Move the installation example from the deprecated capsuleUserGroups to users, which Capsule 0.14 expects.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-pebble-0839af61e-431.westus2.4.azurestaticapps.net |
This branch has not been deployed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
Document the extra match condition that Capsule 0.14 needs, on the Install Capsule page (
docs/operator-guide/advanced-installation/capsule.md).capsuleUserGroupstousers, the key Capsule 0.14 expects.webhooks.hooks.metadata.matchConditionsvalues, and a warning that explains what breaks without them. Roles and RoleBindings created before Capsule 0.14 get stuck inTerminatingwhen Argo CD deletes them, which covers stage deployments that prune, deleted environments, and Roles removed from application charts.projectcapsuleandsubresourcesadded tocspell.config.yaml.This belongs on the Capsule page rather than in an upgrade guide: it depends on the Capsule version a cluster runs, not on a KubeRocketCI release, and it applies to new installations and Capsule upgrades alike. The 3.16 upgrade guide can link to this section when it is written.
Jira: EPMDEDP-17309
Type of change
How Has This Been Tested?
cspellon the changed page: 0 issues.npm ciandnpm run buildcomplete with no errors, warnings or broken links.3.16-devpage renders the three installation steps as one numbered list with the warning inside step 2, the Troubleshooting headings and anchors, and both commands with their escapes intact. The released 3.15 and 3.14 pages are unchanged.Checklist:
Screenshots (if appropriate):
Additional context
Pairs with the epam/edp-cluster-add-ons pull request for the same ticket, which upgrades the Capsule add-on to 0.14.3 with this condition.