-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add PVC for dev.kubeflow.org #139
Conversation
/cc @jlewi |
Did you actually run recreate_app.sh? Can you do so and check in the new ksonnet app? Can you also run ks apply to actually update dev.kubeflow.org? Bonus points for fixing .gitignore to check in vendor for the ksonnet app. |
5842a37
to
e647472
Compare
e647472
to
6acbc6a
Compare
@jlewi I don't know what "run ks apply to actually update dev.kubeflow.org" means. Adding the vendor dir and trying to |
dev-kubeflow-org/ks-app/app.yaml
Outdated
@@ -3,32 +3,32 @@ environments: | |||
default: | |||
destination: | |||
namespace: kubeflow | |||
server: https://35.188.73.10 | |||
server: https://10.19.47.136:6443 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like your minikube cluster. We probably need to point at the dev cluster before running recreate_app.sh
This is great thanks for doing it. By ks apply I meant run /lgtm Feel free to submit as is just cancel the hold. I put the hold in there just in case you want to try updating dev.kubeflow.org first. The GKE cluster is in GCP project: kubeflow-dev |
6acbc6a
to
2abc525
Compare
da36990
to
ceab16a
Compare
Review status: 0 of 63 files reviewed at latest revision, 1 unresolved discussion. dev-kubeflow-org/ks-app/components/issue-summarization.jsonnet, line 17 at r2 (raw file):
Is this correct? Why is pvcName set to endpoint? Looks like a bug since you added the param pvcName Comments from Reviewable |
Review status: 0 of 63 files reviewed at latest revision, 2 unresolved discussions. dev-kubeflow-org/ks-app/components/issue-summarization.jsonnet, line 17 at r2 (raw file): Previously, jlewi (Jeremy Lewi) wrote…
typo Comments from Reviewable |
Looks like @pdmack was just responding to the comment but didn't push a fix yet. |
ceab16a
to
bfa79d8
Compare
bfa79d8
to
c9bdb18
Compare
/hold cancel The PV and PVC are definitely created but I think I'll raise a separate issue regarding the fs mount.
|
@pdmack: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Adding vendor/ means the kubeform_spawner.py needed to be blacklisted for pylint. Will port that over to kubeflow/kubeflow. @jlewi with your lgtm, would like to move on. |
/lgtm Thank you so much! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlewi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes kubeflow/kubeflow#854
Hopefully, the d.k.o default StorageClass is good to go? :-)
This change is