An error occurred while fetching the assigned milestone of the selected merge_request.
Edit Knative domain after it has been deployed
Compare changes
@@ -177,14 +177,18 @@ export default {
This MR adds the ability to edit Knative domain after it has been deployed.
Closes #56937 (closed)
Open rails console: bundle exec rails console
In rails console execute the following:
cluster = Clusters::Cluster.find <id>
Note: <id>
can be found in the browser url when navigating to the cluster
knative = cluster.application_knative
knative.update!(status: 6)
The runner on the specified cluster should now be in the update_errored
state, and should display the Retry upgrade
button