Skip to content

Edit Knative domain after it has been deployed

Jacques Erasmus requested to merge 56937-edit-knative-domain into master

What does this MR do?

This MR adds the ability to edit Knative domain after it has been deployed.

What are the relevant issue numbers?

Closes #56937 (closed)

Successful update

rec1.2019-02-27_11_11_08

Update failure

rec2.2019-02-27_11_12_26

To simulate an "Update failure", the following commands can be executed:

Open rails console: bundle exec rails console

In rails console execute the following:

  1. cluster = Clusters::Cluster.find <id> Note: <id> can be found in the browser url when navigating to the cluster
  2. knative = cluster.application_knative
  3. 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

Does this MR meet the acceptance criteria?

Edited by João Alexandre Cunha

Merge request reports