-
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 @kubernetes/client-node #271
Conversation
Any particular motivation here? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rileyjbauer 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 |
The frontend tests seem to be super-flaky today ...
|
Yes. My guess is it's 790cb36. |
/test presubmit-e2e-test |
3 similar comments
/test presubmit-e2e-test |
/test presubmit-e2e-test |
/test presubmit-e2e-test |
563fb4c
to
2939ee0
Compare
/lgtm |
* ksonnet utilities for testing. * Create a new module ks_util for common utilities related to ksonnet. * Move the function get_ksonnet_cmd from run_e2e_workflow.py into ks_util * We want to reuse this function e.g. to submit TFJobs as part of E2E testing. * Move setup_ks_app from https://github.com/kubeflow/tf-operator/blob/master/py/ks_util.py so it can be reused by other tests not just tf-operator. * Fix. * Update setup_ks_app to use the new command. * Add missing yaml import. * Fix lint.
This change is