-
Notifications
You must be signed in to change notification settings - Fork 461
MCO: add etcd-quorum-guard image #633
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: runcom 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 |
Needed to unblock openshift/installer#1597 Signed-off-by: Antonio Murdaca <runcom@linux.com>
|
So should I merge this into #613? |
|
I believe so, and on top of this, you should also do something similar to this https://github.com/openshift/machine-config-operator/pull/508/files (I'm resyncing with Colin on this but this is what I would do following what we did with the infra image) |
| setupEtcdEnvImage string | ||
| infraImage string | ||
| kubeClientAgentImage string | ||
| etcdQuorumGuardImage string |
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.
Already in #613
| bootstrapCmd.MarkFlagRequired("kube-client-agent-image") | ||
| bootstrapCmd.PersistentFlags().StringVar(&bootstrapOpts.infraImage, "infra-image", "", "Image for Infra Containers.") | ||
| bootstrapCmd.MarkFlagRequired("infra-image") | ||
| bootstrapCmd.PersistentFlags().StringVar(&bootstrapOpts.etcdQuorumGuardImage, "etcd-quorum-guard-image", "registry.svc.ci.openshift.org/openshift/origin-v4.0:base", "Image for etcd Quorum Guard.") |
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.
Already in #613 (including marking it required).
| from: | ||
| kind: DockerImage | ||
| name: quay.io/openshift/origin-pod:v4.0 | ||
| - name: etcd-quorum-guard-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.
Added just now to #613.
|
@runcom: 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. |
Needed to unblock openshift/installer#1597
Signed-off-by: Antonio Murdaca runcom@linux.com