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

Incorrect namespace in ClusterRoleBinding manifest #1436

Open
eugenea opened this issue Aug 9, 2024 · 0 comments
Open

Incorrect namespace in ClusterRoleBinding manifest #1436

eugenea opened this issue Aug 9, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@eugenea
Copy link

eugenea commented Aug 9, 2024

/kind bug

What happened?

I noticed in /deploy/kubernetes/base/node-serviceaccount.yaml file ClusterRoleBinding targets default namespace:

subjects:
  - kind: ServiceAccount
    name: efs-csi-node-sa
    namespace: default

What you expected to happen?

I expect it to probably be a kube-system namespace:

subjects:
  - kind: ServiceAccount
    name: efs-csi-node-sa
    namespace: kube-system

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

N/A

Anything else we need to know?:

Environment

  • Kubernetes version (use kubectl version):
  • Driver version:

Please also attach debug logs to help us better diagnose

  • Instructions to gather debug logs can be found here
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 9, 2024
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

No branches or pull requests

2 participants