-
Notifications
You must be signed in to change notification settings - Fork 462
cmd/machine-config-operator/bootstrap: add cluster-etcd-operator flag #1224
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
Conversation
87644b5 to
eda3678
Compare
kikisdeliveryservice
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.
A few comments
1bf123b to
bd9fc6f
Compare
|
using for test release for debug /test e2e-aws |
|
FTR the failure has been isolated and will be resolved shortly |
|
fyi: that aws-scaleup-rhel7 is basically broken. i filed a bz last night. so you can just: /skip |
1feecc2 to
bb2ca60
Compare
/test e2e-gcp-upgrade |
e0f6f00 to
5ade6a6
Compare
An empty image field will mean CEO is not enabled and cluster is bootstrapping 4.2 style. A lot left to do for making etcd-member manifest file boot without 4.2 but this is a start.
|
/cc @runcom @kikisdeliveryservice PTAL |
|
@hexfusion: GitHub didn't allow me to request PR reviews from the following users: PTAL. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
| "etcd": "registry.svc.ci.openshift.org/openshift:etcd", | ||
| "infraImage": "registry.svc.ci.openshift.org/openshift:pod", | ||
| "kubeClientAgentImage": "registry.svc.ci.openshift.org/openshift:kube-client-agent", | ||
| "clusterEtcdOperatorImage": "", |
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.
to be clear this is intentional and will be added in a separate PR when we enable the operator.
Doesn't feel related as the error is reporting from worker which we should not of changed. /retest |
|
/lgtm |
/test e2e-gcp-op |
kikisdeliveryservice
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.
tests are kind of broken looking into that now..
but this looks good!
|
/skip |
|
FIPS is broken I guess? |
|
cc @cgwalters |
|
hitting same error as here: #1232 (comment) we are trying to get a fix |
|
@cgwalters do you think we can do an override for this as it's blocking other PRs in the bunch? |
|
Yeah, |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alaypatel07, cgwalters, hexfusion, kikisdeliveryservice 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 |
|
/override ci/prow/e2e-gcp-op |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-gcp-op 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. |
|
thanks bot for re-running all the tests again, including the one we told you not to run... /override ci/prow/e2e-gcp-op |
|
i think it has to fail before i can override, ill check in later |
|
@hexfusion: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/override ci/prow/e2e-gcp-op |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-gcp-op 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. |
This PR adds a flag to bootstrap allowing the
cluster-etcd-operatorimage to be be used in the etcd-member spec. We are also using the value of the flag as conditional logic for the spec. Because we need to balance that with what is put in etcd toggling CEO will involve unsetting the flag and the value of the configmap.We also add a
readinessProbeto etcd-member container. etcd should not show ready in service until it can serve traffic.