-
Notifications
You must be signed in to change notification settings - Fork 22
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
Auth token support + kind cluster helper #27
Conversation
happy to "downsize" this PR if people think this is too much :) |
Personally I think it's OK as one PR, but it would be nice to break it into a few commits if possible since it's not all strictly related to the kind helper script. |
@hardys is there anything else you want me to change on this? |
@hardys whats missing to merge this? |
Closing to re-open again, just to get Prow working. Please do not be alarmed. |
#!/bin/bash | ||
set -e | ||
|
||
hostname=$(cat ./hack/kind-values.yaml | grep externalHostname | cut -d" " -f2- | tr -d '"') |
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.
Couldn't we use yq
(https://github.com/mikefarah/yq) for this, rather than grepping through YAML?
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 mind changing it. My general "rule of thumb" is if tools needs to be installed and is not part of most linux OS - its should not be in the readme, if explicitly not specified that its pre-requisite. Makes it cleaner
Signed-off-by: Mangirdas <mangirdas@cast.ai>
/approved |
@mjudeikis: 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. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
In this PR:
readme.md
toREADME.md
(sorry, nitpicking)