Skip to content

k8s/quickstart: specify default namespace for client deployment #144

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fantashley
Copy link

The registration entry for the workload specifies a selector of k8s:ns:default, which means the workload should be running in the default namespace. If the namespace isn't specified in client-deployment.yaml, the workload will deploy to whichever namespace your context is currently set to, which can cause issue #123.

Fixes #123.

The registration entry for the workload specifies a selector of
`k8s:ns:default`, which means the workload should be running in the
default namespace. If the namespace isn't specified in the yaml, the
workload will deploy to whichever namespace your context is currently
set to, which can cause issue spiffe#123.

Fixes spiffe#123.

Signed-off-by: Ashley Nelson <[email protected]>
@fantashley fantashley force-pushed the k8s-quickstart-fix branch from 5213046 to 86adca6 Compare May 28, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8s quickstart client not able to get SVID
1 participant