spiffe.io
spiffe.io copied to clipboard
k8s quickstart: Fix namespace in workload registration apply
Description of the change
Amends the namespace used when registering the workload in the Kubernetes Quickstart example. This is erroneously set to default
in the example kubectl apply
, it should be set to spire
Which issue this PR fixes
Not in this repo, but this was raised in spire-tutorials
last September: https://github.com/spiffe/spire-tutorials/issues/123
Deploy Preview for spiffe ready!
Name | Link |
---|---|
Latest commit | daa799b5cfaf51bda8d96f1c40ee01defeca9f8e |
Latest deploy log | https://app.netlify.com/sites/spiffe/deploys/663f5e41c85a59000806efa3 |
Deploy Preview | https://deploy-preview-311--spiffe.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Doesn't the tutorial command for the workload container put it in default
namespace? (the kubectl apply -f client-deployment.yaml
)
If changing the namespace referenced in the registration entry, I think you'd need to change the command too.