Skip to content
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

Wrong namespace? #627

Closed
brunomueller93 opened this issue Jan 3, 2025 · 2 comments · Fixed by #628
Closed

Wrong namespace? #627

brunomueller93 opened this issue Jan 3, 2025 · 2 comments · Fixed by #628
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@brunomueller93
Copy link

Describe the bug
When running the commands given in config/broker/README.md, I'll get the following error message:

namespace/nats-io created
the namespace from the provided object "nats-io" does not match the namespace "natss". You must pass '--namespace=nats-io' to perform this operation.
the namespace from the provided object "nats-io" does not match the namespace "natss". You must pass '--namespace=nats-io' to perform this operation.
the namespace from the provided object "nats-io" does not match the namespace "natss". You must pass '--namespace=nats-io' to perform this operation.
error: the namespace from the provided object "knative-eventing" does not match the namespace "natss". You must pass '--namespace=knative-eventing' to perform this operation.
error: the namespace from the provided object "knative-eventing" does not match the namespace "natss". You must pass '--namespace=knative-eventing' to perform this operation.

Expected behavior
Namespace in yaml files does not match namespace in commands that are given in the README.md.

To Reproduce

  1. Clone repo
  2. Run the commands given in config/broker/README.md

Knative release version
Version: v20241209-local-441372ae

@brunomueller93 brunomueller93 added the kind/bug Categorizes issue or PR as related to a bug. label Jan 3, 2025
@astelmashenko
Copy link
Member

It seems there is a minor bug -n natss is wrong, please just remove it. I'll fix it. Thanks.

@brunomueller93
Copy link
Author

Awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants