-
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
Add Azure support for kfctl.sh #2557
Conversation
Hi @ritazh. 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. |
/ok-to-test |
/ok-to-test |
comment has been addressed in new commits |
The test failure looks like #2574 |
I think #2555 might provide a temporary fix. You might just need to rebase on the latest master to pull that in. |
8ce2340
to
72ba595
Compare
@jlewi thanks for the recommendation! Looks like it's still failing after the rebase. |
We can port this to kfctl (golang) based on kfctl.sh or @ritazh you could do the same. |
@kkasravi I think adding azure under https://github.com/kubeflow/kubeflow/blob/master/bootstrap/pkg/client makes sense to me. we should use azure-sdk-for-go. |
bump |
Most recent test failure: I had to fetch the logs from stackdriver.
The apply step failure is
This is most likely because the cluster couldn't be created because us-east1-d was low on capacity. So its a test flake. |
/retest |
@jlewi can you PTAL at the failed job? This PR shouldnt impact any of the tests that run on GCP. |
There was some problems with the test-infra see #324 /test all |
/lgtm |
latest failure looks like a flake with katib. |
Most recent failure is
Not sure where that would be coming from. |
/test all |
1 similar comment
/test all |
Latest failures
This looks like #2574. @ritazh sorry this is turning into such a marathon. We're hoping to make a big push on our test-infra in Q2/0.. Can you try rebasing on the latest master to pull in the fixes? |
/lgtm |
[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 |
/test all |
/retest |
@ritazh: 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. |
Merging manually. Sorry @ritazh |
Thanks @jlewi! |
* Add Azure support for kfctl.sh * pass in sku * update ds
* Add Azure support for kfctl.sh * pass in sku * update ds
* Add Azure support for kfctl.sh * pass in sku * update ds
kfctl.sh will be going away eventually, so this is just a stop gap to support Azure until the go client kfctl is ready for other cloud providers.
@jlewi @kkasravi PTAL
cc @sozercan @aronchick
This change is