-
Notifications
You must be signed in to change notification settings - Fork 454
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
Katib release process #1466
Comments
Thank you for writing this @yanniszark. What do you think about it @gaocegege @johnugeorge @yanniszark ? |
@andreyvelich from my side, I think that's ok. I see that other big projects, like Istio, also do this. |
Got it @yanniszark . Basically, if we want to release new patch (e.g.
Is that correct ? |
@andreyvelich yes, it sounds right. Only nit, I would imagine that step (3) is last. I.e. create images after creating the tag. So that it can also be automate-able by CI in the future. |
I have a question about how to use katib 0.11 in kubeflow 1.3, should we create release-1.3 for kubeflow 1.3 or release-0.11? |
We will run |
/kind feature
Background:
Katib wants to release manifests, in its various releases. Now that manifests live inside upstream app repos, the final result should be committed in this repo, not kubeflow/manifests. In this issue, I will describe a procedure to release manifests and make sure that release changes don't affect master.
Describe the solution you'd like
Here is the procedure:
Suppose we have a repo with kustomizations under
manifests
.Here are the steps that the upstream repository must take:
sed
command:cc @andreyvelich
The text was updated successfully, but these errors were encountered: