-
Notifications
You must be signed in to change notification settings - Fork 225
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
MGMT-19622: Proxy setting with special characters are ignored when minimal ISO is used #7315
base: master
Are you sure you want to change the base?
Conversation
@dudyas6: This pull request references MGMT-19622 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
Skipping CI for Draft Pull Request. |
7e860d6
to
8567aa3
Compare
@dudyas6: This pull request references MGMT-19622 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
8567aa3
to
ed882a1
Compare
@dudyas6: This pull request references MGMT-19622 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
@dudyas6: This pull request references MGMT-19622 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
ed882a1
to
e6f49ca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7315 +/- ##
==========================================
- Coverage 67.97% 67.94% -0.04%
==========================================
Files 300 300
Lines 41014 41118 +104
==========================================
+ Hits 27880 27938 +58
- Misses 10632 10675 +43
- Partials 2502 2505 +3
|
/retest |
…nimal ISO is used
e6f49ca
to
a0b1832
Compare
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dudyas6, jhernand 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 |
1 similar comment
/test e2e-agent-compact-ipv4 |
/retest-required |
/test e2e-agent-compact-ipv4 |
1 similar comment
/test e2e-agent-compact-ipv4 |
2 similar comments
@dudyas6: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
This PR is to solve an issue where discovering nodes with minimal iso and authenticated proxy with special characters will fail, same as #6356, need to escape '%' with '%%' in order to properly pass the Environment variables to coreos-livepxe-rootfs service in order to properly boot the node with minimal iso
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist