-
Notifications
You must be signed in to change notification settings - Fork 95
docs(federation): add missing namespace on federation guide #2483
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: slonka <[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.
Pull Request Overview
This PR adds a missing namespace creation step to federation documentation guides. The change prevents users from encountering a "namespaces 'kuma-demo' not found" error when following the federation setup instructions.
- Adds instruction to create
kuma-demonamespace on the global control plane before applying policies - Ensures namespace exists before subsequent policy operations that reference it
- Maintains consistency across both federation guide variants
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| app/_src/guides/federate.md | Adds namespace creation step before policy application section |
| app/_src/guides/federate-kv.md | Adds namespace creation step before policy application section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Apply policy on global control plane | ||
| First we need to create a namespace on global control plane to match the namespace of demo application in zone control plane: |
Copilot
AI
Nov 13, 2025
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.
Grammar issue: Missing article "the" before "demo application". The sentence should read "namespace of the demo application" for correct grammar.
| First we need to create a namespace on global control plane to match the namespace of demo application in zone control plane: | |
| First we need to create a namespace on global control plane to match the namespace of the demo application in zone control plane: |
|
|
||
| ### Apply policy on global control plane | ||
|
|
||
| First we need to create a namespace on global control plane to match the namespace of demo application in zone control plane: |
Copilot
AI
Nov 13, 2025
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.
Grammar issue: Missing article "the" before "demo application". The sentence should read "namespace of the demo application" for correct grammar.
| First we need to create a namespace on global control plane to match the namespace of demo application in zone control plane: | |
| First we need to create a namespace on global control plane to match the namespace of the demo application in zone control plane: |
✅ Deploy Preview for kuma ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |

We were missing a namespace and you get then:
because we never created this NS on global (see guide up until the change).
Did you sign your commit? Instructions yes
Have you read Contributing guidelines? yes