-
Notifications
You must be signed in to change notification settings - Fork 68
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
subctl should ask for confirmation before degrading OCP clusters #167
Comments
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Mar 2, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: submariner-io#167 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Mar 2, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: submariner-io#167 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Mar 2, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: submariner-io#167 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
that referenced
this issue
Mar 4, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: #167 Signed-off-by: Stephen Kitt <skitt@redhat.com>
The corresponding PR was merged, closing this :-) |
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Mar 4, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: submariner-io#167 Signed-off-by: Stephen Kitt <skitt@redhat.com> (cherry picked from commit 9b6b450)
mangelajo
pushed a commit
that referenced
this issue
Mar 4, 2020
When subctl join is run against an OpenShift cluster with a deployed cluster version operator, and service discovery is enabled, we now ask for confirmation before continuing, because installing service discovery will disable the CVO. Fixes: #167 Signed-off-by: Stephen Kitt <skitt@redhat.com> (cherry picked from commit 9b6b450)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deploying service discovery on OCP involves disabling the cluster version operator, which means upgrades are no longer applied. Before doing this,
subctl
should ask the user for confirmation.The text was updated successfully, but these errors were encountered: