-
Notifications
You must be signed in to change notification settings - Fork 35
Update ordered upgrade docs for v2 #657
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
Update ordered upgrade docs for v2 #657
Conversation
✅ Deploy Preview for kubernetes-sigs-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qbarrand The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #657 +/- ##
=======================================
Coverage 78.83% 78.83%
=======================================
Files 49 49
Lines 5102 5102
=======================================
Hits 4022 4022
Misses 892 892
Partials 188 188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
`beta.kmm.node.kubernetes.io/version-worker-pod.<module-namespace>.<module-name>` label, which removes the entry from | ||
the corresponding `NodeModulesConfig` resource. | ||
This results in a worker Pod being created to unload the current kernel module. | ||
4. Once the current kernel module is unloaded Pod is removed, the controller sets the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Once the current kernel module is unloaded Pod is removed, the controller sets the | |
4. Once the current kernel module is unloaded, the controller sets the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
5522fb7
to
f2cd6a0
Compare
/lgtm |
…sigs#919) Upstream-Commit: 1488a62 Co-authored-by: Quentin Barrand <[email protected]>
Fixes #655
/cc @yevgeny-shnaidman