seaweedfs / seaweedfs-csi-driver

SeaweedFS CSI Driver https://github.com/seaweedfs/seaweedfs
Apache License 2.0
220 stars 50 forks source link

Do not define namespace in seaweedfs-csi.yaml #94

Closed artur9010 closed 1 year ago

artur9010 commented 1 year ago

It causes many problems on deployment, I spent about an hour debugging why the controller can't list PVC/Storage classes. ClusterRoleBinding should be created in the same namespace. If we specify one in yaml and decide to use -n namespace in kubectl command, it will not create them in the same ns.

chrislusf commented 1 year ago

thanks!