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
Describe the bug
Deploying via kusk cli ignores --namespace parameter
To Reproduce
Steps to reproduce the behavior:
Follow getting started guide until deployment of the demo openapi spec.
run kusk deploy -i api.yaml --namespace kusk-testing
kubectl get apis.gateway.kusk.io -n kusk-testing No resources found in kusk-testing namespace.
kubectl get apis.gateway.kusk.io -A
NAMESPACE NAME AGE
default simple-api 5s
kusk-system kusk-gateway-api 58m
Custom resource was created in default namespace instead Expected behavior
Expected the apis.gateway.kusk.io custom resource to be created in provided kusk-testing namespace.
Desktop (please complete the following information):
Kubectl version info:
Client Version: v1.26.1
Kustomize Version: v4.5.7
Server Version: v1.25.6+k3s1
Describe the bug
Deploying via kusk cli ignores
--namespace
parameterTo Reproduce
Steps to reproduce the behavior:
kusk deploy -i api.yaml --namespace kusk-testing
kubectl get apis.gateway.kusk.io -n kusk-testing
No resources found in kusk-testing namespace.
kubectl get apis.gateway.kusk.io -A
Expected behavior
Expected the apis.gateway.kusk.io custom resource to be created in provided
kusk-testing
namespace.Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: