PaddleFlow / paddle-operator

Elastic Deep Learning Training based on Kubernetes by Leveraging EDL and Volcano
Apache License 2.0
31 stars 15 forks source link

provide namespaced installation manifests #76

Open Bobgy opened 3 years ago

Bobgy commented 3 years ago

Right now, we only provide cluster scoped installation manifests. Providing namespace installation manifests help improve permission separation when namespace owners install paddle-operator.

Bobgy commented 3 years ago

Just logging an idea, please evaluate based on user request

kuizhiqing commented 3 years ago

Actually, the default manifests go with namespaced installation under namespace paddle-system, user should remove this constraints or replace it with other ns manually for cluster scoped installation.

Bobgy commented 3 years ago

I guess I was mislead by the ClusterRole and ClusterRoleBinding in the manifests. Are there any reasons to use them?