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 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)?
/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 thekube-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)?
kubectl get all -n my-custom-namespace
PodDisruptionBudget
has been installed in thekube-system
namespace:kubectl get poddisruptionbudget -n kube-system
Anything else we need to know?:
Environment
kubectl version
): N/AThe text was updated successfully, but these errors were encountered: