-
Notifications
You must be signed in to change notification settings - Fork 710
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
[discussion] Whether to create CRD in helm charts #353
Comments
Won't the TFJob controller just crash-loop until the CRD exists? We could have the controller just wait and retry until the CRD exists. |
@jlewi It does wait and retry. The operator would work after the CRD is created: Before CRD created:
After:
And @ScorpioCPH 's idea is to move crd creation out of helm chart |
If we move CRD creation out of the helm chart then the user has 2 things to deploy right? In the context of Kubeflow, we use ksonnet to create both the CRD and deploy the operator. That seems equivalent to having the helm chart create the CRD and deploy the controller. |
@jlewi I think so, and BTW, I was wondering why do we use helm chart in this repo but ksonnet in kubeflow/kubeflow? |
@gaocegege The use of helm predated our use of ksonnet. We should switch to using ksonnet and get rid of the helm chart #239 |
LGTM and I am closing the issue. |
Ref #345 (comment)
\cc @jlewi @ScorpioCPH @DjangoPeng
The text was updated successfully, but these errors were encountered: