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

Deploying via Kusk CLI ignores --namespace parameter #1049

Open
niklastreml opened this issue Feb 16, 2023 · 0 comments
Open

Deploying via Kusk CLI ignores --namespace parameter #1049

niklastreml opened this issue Feb 16, 2023 · 0 comments

Comments

@niklastreml
Copy link

niklastreml commented Feb 16, 2023

Describe the bug
Deploying via kusk cli ignores --namespace parameter

To Reproduce
Steps to reproduce the behavior:

  1. Follow getting started guide until deployment of the demo openapi spec.
  2. run kusk deploy -i api.yaml --namespace kusk-testing
  3. kubectl get apis.gateway.kusk.io -n kusk-testing
    No resources found in kusk-testing namespace.
  4. kubectl get apis.gateway.kusk.io -A
NAMESPACE     NAME               AGE
default       simple-api         5s
kusk-system   kusk-gateway-api   58m
  1. 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
  • Kusk CLI version
Kusk version 1.5.4
https://github.com/kubeshop/kusk-gateway/releases/tag/v1.5.4

kubeshop/kusk-gateway-api-websocket:v1.5.4
kubeshop/kusk-gateway-dashboard:v1.2.6
kubeshop/kusk-gateway:v1.5.4
gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
kubeshop/kusk-devportal:v0.1.3
docker.io/envoyproxy/envoy:v1.23.1
kubeshop/kusk-gateway-api:v1.5.4

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant