Improve bootstrap-flatcar.sh
There were two issues I had:
- PYTHON_VERSION was not defined (only PYTHON3_VERSION) and
set -o nounsethelps catching that set -o errexitis the same asset -eso there is no change in that regard- I think
set -o pipefailjust makes sense withset -o errexit
I also added:
set -x- to make the debugging easier- replaced
wget -O -withcurl -sfLto reduce the amount of output , because wget is printing all those dots and it's difficult to control that
Extracted from https://github.com/kubernetes-sigs/image-builder/pull/907
Hi @kopiczko. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
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.
/assign
CC @invidian @johananl
/ok-to-test
/assign @enxebre
/test pull-azure-sigs
This should run to test Flatcar builds and I expect it to fail because of missing #907.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Mark this issue or PR as rotten with
/lifecycle rotten - Close this issue or PR with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: invidian, johananl, kopiczko
Once this PR has been reviewed and has the lgtm label, please ask for approval from enxebre by writing /assign @enxebre in a comment. For more information see:The Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/lgtm
/remove-lifecycle stale
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: invidian, johananl, kkeshavamurthy, kopiczko
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~images/capi/OWNERS~~ [kkeshavamurthy]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment