You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the deployment of the app-simulator with Kubernetes.
It would be nice to use a namespace to have all 3 pods in the same ns (instead of default)
good point! When I ran it myself I always added the --namespace to the CLI, but having the option to provide the namespace would be great, or maybe even default to one, @noMoreCLI wdyt?
Problem Statement
I have tested the deployment of the app-simulator with Kubernetes.
It would be nice to use a namespace to have all 3 pods in the same ns (instead of default)
Proposed Solution
something like:
kind: Namespace
metadata:
name: app-simulator
Alternatives Considered
No response
Additional Context
No response
Checklist
The text was updated successfully, but these errors were encountered: