Bug 2050466: Not allow empty string in icsp&image CR#2969
Bug 2050466: Not allow empty string in icsp&image CR#2969openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
Signed-off-by: Qi Wang <qiwan@redhat.com>
Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2050466 Add validation for image and icsp CR to not allow the empty string ("") in the CRD. Empty string regsitries configurations will fail the machine config deamon operations of pulling images and the nodes will stopped in NotReady state when node rebooting after node drain. Signed-off-by: Qi Wang <qiwan@redhat.com>
Signed-off-by: Qi Wang <qiwan@redhat.com>
|
@QiWang19: This pull request references Bugzilla bug 2050466, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (schoudha@redhat.com), skipping review request. DetailsIn 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. |
|
@QiWang19: This pull request references Bugzilla bug 2050466, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (schoudha@redhat.com), skipping review request. DetailsIn 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. |
|
@mtrmac PTAL. vendor in openshift/runtime-utils#14 to put in the validation for mirror and blocked/insecure/allowed together. |
|
/assign @mtrmac |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@QiWang19: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
LGTM |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, mtrmac, QiWang19, yuqi-zhang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@QiWang19: All pull requests linked via external trackers have merged: Bugzilla bug 2050466 has been moved to the MODIFIED state. DetailsIn 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. |
Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2050466
Empty string regsitries configurations will fail the machine config daemon operations
of pulling images and the nodes will stopped in NotReady state when node rebooting after node drain.
Signed-off-by: Qi Wang qiwan@redhat.com
- What I did
- How to verify it
Apply the following icsp to the cluster:
it should logs error about the icsp is invalid and do not update the registries.conf.
- Description for the changelog