-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Upgrade ksonnet to 0.13.1. #440
Conversation
Hi @gyliu513. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
1 similar comment
Hi @gyliu513. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@@ -79,7 +79,7 @@ tar -czf "$local_code_archive_file" . | |||
gsutil cp "$local_code_archive_file" "$remote_code_archive_uri" | |||
|
|||
# Install ksonnet | |||
KS_VERSION="0.11.0" | |||
KS_VERSION="0.13.1" |
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.
I don't think this is a requirement for install kubeflow
https://www.kubeflow.org/docs/started/getting-started
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.
It's actually better that test uses minimum requirement to fail if earlier version is not working.
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.
What is the problem if I upgrade to use the latest version of ksonnet?
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.
We need to update the kubeflow document.
@@ -7,7 +7,7 @@ RUN apt-get update -y | |||
RUN apt-get install -y curl | |||
|
|||
# Install ksonnet | |||
ARG KS_VERSION="0.11.0" | |||
ARG KS_VERSION="0.13.1" |
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.
U sure this would cause any issue? there are integration test that covers deployment.
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.
Please refer to the comments at #414 (comment) , I think the integration test is based on native Kubernetes but not other kubernetes distributions, like OpenShift, IBM Cloud Private etc.
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 make sense. Thanks for the reference.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
/test presubmit-e2e-test |
@gyliu513: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
1 similar comment
@gyliu513: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/test presubmit-e2e-test |
@gyliu513: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
deployer failure looks persistent |
@Ark-kun if I add following to registries:
ml-pipeline:
protocol: github
uri: github.com/kubeflow/pipelines/tree/master/pipeline |
Why not? Maybe the new ks version is somehow more strict about its configuration. |
/retest |
@Ark-kun let me check more, seems you are right, ks 0.13.1 is somehow more strict about its configuration. |
Is this PR still needed? Looks like the last update was quite a while ago. |
* kind/feature should also use improvement/enhancement as previous value * Cleanup some of the area labels Related to kubeflow#440
…ubeflow#440) * enhance the when condition UI display * Support dsl to define the pipeline loops via tekton
Fixed #414
This change is