-
Notifications
You must be signed in to change notification settings - Fork 35
docs: ensure its clear one should deploy workers with the containerd relation #2071
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
Conversation
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.
Pull request overview
This PR adds documentation to clarify that the containerd relation should be deployed on worker nodes, addressing issue #755. The changes add a new subsection explaining how to share the containerd configuration with all worker applications in the cluster.
Key Changes:
- Added "Sharing with all workers in the cluster" subsection with explanation and bash example
- Includes a bash loop to automatically integrate containerd with all k8s-worker applications
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f2189d6 to
c28c247
Compare
c28c247 to
b2591c3
Compare
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Adam Dyess <[email protected]>
328e21d to
3326e98
Compare
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
e889b50 to
f1a64e3
Compare
nhennigan
left a comment
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.
Thanks Adam. Please also backport to 1.34, 1.33 and 1.32
|
Successfully created backport PR for |
…relation (#2071) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md Co-authored-by: Copilot <[email protected]> * Integration suggestions Signed-off-by: Adam Dyess <[email protected]> * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]> (cherry picked from commit a337b01)
…relation (#2071) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md Co-authored-by: Copilot <[email protected]> * Integration suggestions Signed-off-by: Adam Dyess <[email protected]> * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]> (cherry picked from commit a337b01)
|
Successfully created backport PR for |
…relation (#2071) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md Co-authored-by: Copilot <[email protected]> * Integration suggestions Signed-off-by: Adam Dyess <[email protected]> * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]> (cherry picked from commit a337b01)
|
Successfully created backport PR for |
…relation (#2071) (#2107) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md * Integration suggestions * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- (cherry picked from commit a337b01) Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]>
…relation (#2071) (#2108) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md * Integration suggestions * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- (cherry picked from commit a337b01) Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]>
…relation (#2071) (#2109) * docs: ensure its clear one should deploy workers with the containerd relation * Update docs/canonicalk8s/charm/howto/custom-registry.md * Integration suggestions * How-to documentation should be more prescriptive and less choose-your-own-way * Integrate review comments --------- (cherry picked from commit a337b01) Signed-off-by: Adam Dyess <[email protected]> Co-authored-by: Adam Dyess <[email protected]> Co-authored-by: Copilot <[email protected]>
Description
Improve the documentation around the containerd relation according to
canonical/k8s-operator#755
Solution
Adds a section to the docs to highlight integrating with containerd on all workers
Issue
canonical/k8s-operator#755.
Checklist
type: title