-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Attempt at modernizing the sidecar SPIRE integration doc #15574
Attempt at modernizing the sidecar SPIRE integration doc #15574
Conversation
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Committed a couple of fixes to make the site build so I can look at the preview, which is https://deploy-preview-15574--preliminary-istio.netlify.app/latest/docs/ops/integrations/spire/. |
Yep thanks, and sorry - should have marked this as WIP. |
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[email protected]>
Co-authored-by: Craig Box <[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.
Few more nits
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
/test doc.test.profile-none |
While we're doing nits, would you mind |
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
@craigbox should be good, PTAL. |
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.
YOLO
/cherry-pick release-1.23 |
@craigbox: once the present PR merges, I will cherry-pick it on top of release-1.23 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
test flake: #15603 /retest |
@craigbox: new pull request created: #15604 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
… doc into Chinese
Description
SPIRE has Helm charts, we should refer to those and not have our own in-tree SPIRE installation YAML (with WAY out of date SPIRE image refs and config)
In general, refer back to the SPIRE docs and don't make this a SPIRE tutorial - focus on the Istio-specific bits.
Align with current best practices (use upstream Helm charts, recommend controller manager, CSI driver only, etc)
Misc tweaks.
Fixes: #15510
Will open an istio-side PR to delete this once this is in.
Reviewers