kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
723 stars 554 forks source link

Incorrect namespace in ClusterRoleBinding manifest #1436

Open eugenea opened 3 months ago

eugenea commented 3 months ago

/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

Please also attach debug logs to help us better diagnose

k8s-triage-robot commented 1 week ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale