-
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
Fix the instruction for setting up cluster to run test #152
Conversation
lluunn
commented
Jan 26, 2018
•
edited
Loading
edited
- Fix some text format in README
- checkin the vendor for test-infra app.
- set service_type for jupyterHubLoadBalancer in nfs-jupyter.jsonnet
…l, and adding instruction to install it.
Hi @lluunn. Thanks for your PR. I'm waiting for a kubernetes or google member to verify that this patch is reasonable to test. If it is, they should reply with 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 |
testing/test-infra/app.yaml
Outdated
@@ -1,12 +1,6 @@ | |||
apiVersion: 0.0.1 | |||
kind: ksonnet.io/app | |||
libraries: | |||
core: |
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.
Keep this and check in vendor. We want to check in vendor so that the code in the repo is sufficient. Please update PR description accordingly.
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.
Done
* refactor studyjob CRD controller Signed-off-by: YujiOshima <[email protected]> * fix type Signed-off-by: YujiOshima <[email protected]> * fix test Signed-off-by: YujiOshima <[email protected]> * update mocks Signed-off-by: YujiOshima <[email protected]> * update deploy and build script Signed-off-by: YujiOshima <[email protected]> * Avoid duplication of suggestion request Signed-off-by: YujiOshima <[email protected]> * add RawTemplate for WorkerSpec Signed-off-by: YujiOshima <[email protected]>