-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Missing scope in CRD spec? #1985
Comments
Seems there should be a scope field in CRD spec, but not sure how we didn't get error. |
Similar to #1524 |
@lluunn Are you deploying from master branch? Any idea why are tests aren't catching this? |
For pytorch looks like we might not be setting scope; I suspect we might have been relying on the default value but with 1.11 things change. |
* PyTorch, TFJob, StudyJob CRD's should have scope namespace because the resources always belong to a namespace. * For TFJob the deploymentScope parameter doesn't affect the CRD definition it only affects the controller itself and determines whether the controller monitors a particular namespace or all namespaces. Fix kubeflow#1985, kubeflow#1524
* PyTorch, TFJob, StudyJob CRD's should have scope namespace because the resources always belong to a namespace. * For TFJob the deploymentScope parameter doesn't affect the CRD definition it only affects the controller itself and determines whether the controller monitors a particular namespace or all namespaces. Fix kubeflow#1985, kubeflow#1524 * Add a unittest for the PyTorch configs for the CRD and deployment.
* PyTorch, TFJob, StudyJob CRD's should have scope namespace because the resources always belong to a namespace. * For TFJob the deploymentScope parameter doesn't affect the CRD definition it only affects the controller itself and determines whether the controller monitors a particular namespace or all namespaces. Fix #1985, #1524 * Add a unittest for the PyTorch configs for the CRD and deployment.
* PyTorch, TFJob, StudyJob CRD's should have scope namespace because the resources always belong to a namespace. * For TFJob the deploymentScope parameter doesn't affect the CRD definition it only affects the controller itself and determines whether the controller monitors a particular namespace or all namespaces. Fix kubeflow#1985, kubeflow#1524 * Add a unittest for the PyTorch configs for the CRD and deployment.
I was trying Gitop deployment,
and got error when applying:
The text was updated successfully, but these errors were encountered: