-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bug 1737806: Update MCO image name and entrypoint #11801
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
Bug 1737806: Update MCO image name and entrypoint #11801
Conversation
d5af79e to
6d01847
Compare
mtnbikenc
left a comment
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
|
/retest |
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
5 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
Alerts: @runcom any ideas why is happening to RHEL7 nodes? |
|
/hold until machine link alert is resolved |
|
@vrutkovs: This pull request references a valid Bugzilla bug. 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. 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. |
| - name: Get machine-config-operator image | ||
| command: > | ||
| oc get daemonset machine-config-daemon | ||
| oc get daemonset machine-config-operator |
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 wrong:
12:37:51 [github.com/openshift/installer] ‹master*› oc get daemonset machine-config-daemon
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
machine-config-daemon 6 6 6 6 6 kubernetes.io/os=linux 16h
14:41:52 [github.com/openshift/installer] ‹master*› oc get daemonset machine-config-operator
Error from server (NotFound): daemonsets.extensions "machine-config-operator" not found
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.
Fixed
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.
Ah, right, the daemonset name didn't change
| --config={{ openshift_node_kubeconfig_path }} | ||
| --namespace=openshift-machine-config-operator | ||
| --output=jsonpath='{.spec.template.spec.containers[?(@.name=="machine-config-daemon")].image}' | ||
| --output=jsonpath='{.spec.template.spec.containers[?(@.name=="machine-config-operator")].image}' |
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 as well (wrong)
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.
Fixed
6d01847 to
d28fb17
Compare
Opened bug for failing test: |
|
I tested this PR manually and found that the nodes are not coming up. On the new hosts I found: |
Can you be more precise about "not coming up"? Like, |
|
nodes are not joining the cluster |
|
Manually tested with the most recent build and nodes joined the cluster. |
|
Alert issue resolved now that nodes are joining the cluster. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mtnbikenc, vrutkovs 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 |
|
ssh load balancer was not deployed |
|
@vrutkovs: All pull requests linked via external trackers have merged. The Bugzilla bug 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. |
MCO image names have been updated, see openshift/machine-config-operator#1028