DOC: Custom CA certificates on K8s - #5017
Open
mbussolotto wants to merge 1 commit into
Open
Conversation
cbosdo
requested changes
Jun 19, 2026
There was a problem hiding this comment.
Pull request overview
Adds documentation for using an optional custom-cas ConfigMap to inject additional CA certificates into the Uyuni server pod trust store on Kubernetes, and updates the storage/PVC list accordingly.
Changes:
- Document how to provide additional CA certs via an optional
custom-casConfigMap and when a deployment restart is required. - Remove the
ca-certsPVC entry from the list of chart-created PVCs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mbussolotto
force-pushed
the
custom-cas
branch
3 times, most recently
from
June 23, 2026 12:57
0dc2686 to
2e8a241
Compare
mbussolotto
marked this pull request as ready for review
June 24, 2026 08:26
cbosdo
requested changes
Jun 24, 2026
cbosdo
left a comment
Contributor
There was a problem hiding this comment.
I wonder how we can handle these new certs we drop in that folder
| ---- | ||
| kubectl apply -n $NAMESPACE -f ca-certs-rescue.yaml | ||
| kubectl wait --for=condition=Ready pod/ca-certs-rescue -n $NAMESPACE --timeout=300s | ||
| kubectl cp $NAMESPACE/ca-certs-rescue:/data ./old-ca-certs |
Contributor
There was a problem hiding this comment.
If you cat them, there is no need to copy them around
| containers: | ||
| - name: rescue | ||
| image: busybox:stable | ||
| command: ["sleep", "3600"] |
Contributor
There was a problem hiding this comment.
No need to sleed, even though it's hot these days… just call cat them all out and get them in the pod logs or stdout.
mbussolotto
marked this pull request as draft
June 24, 2026 15:07
mbussolotto
force-pushed
the
custom-cas
branch
3 times, most recently
from
July 13, 2026 12:32
b2ea652 to
c03487b
Compare
mbussolotto
marked this pull request as ready for review
July 13, 2026 13:47
cbosdo
reviewed
Jul 15, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
cbosdo
approved these changes
Jul 27, 2026
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.
Description
Custom CA certificates on K8s
Target branches
Links