-
Notifications
You must be signed in to change notification settings - Fork 263
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
🐛 Improve env.rc
and create_cloud_conf.sh
templates
#1381
🐛 Improve env.rc
and create_cloud_conf.sh
templates
#1381
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Welcome @skatsaounis! |
Hi @skatsaounis. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
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 looks ok to me, and presumably very useful if you're running it on a Mac!
Please could you remove all the whitespace and incidental changes? They make the change itself much harder to see and will also make future git spelunking harder by adding non-functional noise. If the whitespace changes are important we could consider them in a separate PR, though.
Thanks!
/ok-to-test |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
@skatsaounis Would be great if you could address the changes proposed by @mdbooth. |
da7175f
to
989a8ee
Compare
Hi both @seanschneeweiss and @mdbooth! Sorry for such a huge delay in addressing the PR review comments. Basically, I just removed what is not related to the changes that are fixing the issue with macOS and fetching the OS_PASSWORD from an environment variable. I think now the PR is much more clear and ready to be merged if you agree to do so. Once again, sorry for the delay and thank you for taking time to consider it and review it 🍻 |
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.
One nit, but all in all LGTM
@tobiasgiese thanks for the suggestion, which makes sense. I just applied with a separate commit through the UI. |
Can you please squash the commits? Prow will rebase this branch into master during merge, thus commits must be squashed :) |
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.
/lgtm
7855ddf
to
4be90a9
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jichenjc, mdbooth, skatsaounis, tobiasgiese 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 |
/lgtm |
/remove-lifecycle rotten |
/remove-hold |
What this PR does / why we need it:
It fixes the following erroneous situations:
--break
instead of--wrap
OS_PASSWORD
environment variable rather than clouds.yamlWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
/hold