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

Helm template for controller-poddisruptionbudget.yaml does not honor --namespace setting #886

Closed
charlieoleary opened this issue May 14, 2021 · 3 comments · Fixed by #895
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@charlieoleary
Copy link

/kind bug

What happened?

I installed the latest version of the Helm chart into a custom namespace. The ebs-csi-controller-pod-disruption-budget was created in the kube-system namespace instead of the namespace I specified.

What you expected to happen?

I expected all resources to be created in the specified namespace.

How to reproduce it (as minimally and precisely as possible)?

  1. Install the Helm chart into a custom namespace:
helm upgrade --install aws-ebs-csi-driver \
    --namespace my-custom-namespace \
    --create-namespace \
    aws-ebs-csi-driver/aws-ebs-csi-driver
  1. Confirm that all resources have been installed in the custom namespace:

kubectl get all -n my-custom-namespace

  1. Confirm that the PodDisruptionBudget has been installed in the kube-system namespace:

kubectl get poddisruptionbudget -n kube-system

Anything else we need to know?:

Environment

  • Kubernetes version (use kubectl version): N/A
  • Driver version: Helm Chart v1.0.0
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 14, 2021
@vdhanan
Copy link
Contributor

vdhanan commented May 17, 2021

/assign

@vdhanan
Copy link
Contributor

vdhanan commented May 21, 2021

hoping to release a new helm chart with this fix today

@charlieoleary
Copy link
Author

Thanks for jumping on this so quickly.

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.

3 participants