Edit Knative domain after it has been deployed
-
Review changes -
-
Download -
Patches
-
Plain diff
All threads resolved!
All threads resolved!
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
Update failure
To simulate an "Update failure", the following commands can be executed:
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
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Tests added for this feature/bug -
Tested in all supported browsers -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides
Edited by João Alexandre Cunha
Merge request reports
Compare and
Show latest version
- version 3934d837b5
- version 383bdff7aa
- version 375e6e1dd5
- version 36f933e612
- version 351186a6fd
- version 3433f8e27d
- version 33a2ed4a64
- version 326478742c
- version 31ce551442
- version 30f11a8575
- version 29530548f1
- version 28a7342868
- version 273cc00a98
- version 267a68ad0b
- version 2585ccac15
- version 24eb6ab6f2
- version 2307e2e2b6
- version 22852018c2
- version 211f77e54d
- version 2062b932f1
- version 193fea09cc
- version 18857ddc3f
- version 1753a1dfe4
- version 168509841f
- version 151a0e3251
- version 14877b3f23
- version 13fc05fa07
- version 12dec3eece
- version 117e2374c7
- version 10c18fa2cb
- version 9a0bee716
- version 88a82dc04
- version 7fd2078f9
- version 6ecdbe9b4
- version 54f6d28a3
- version 4e9d00c9c
- version 302430c44
- version 268eeab79
- version 18a69babd
- master (base)
- latest versionc08beb509 commits,
- version 3934d837b58 commits,
- version 383bdff7aa6 commits,
- version 375e6e1dd55 commits,
- version 36f933e6124 commits,
- version 351186a6fd3 commits,
- version 3433f8e27d8 commits,
- version 33a2ed4a647 commits,
- version 326478742c6 commits,
- version 31ce5514427 commits,
- version 30f11a85756 commits,
- version 29530548f15 commits,
- version 28a73428684 commits,
- version 273cc00a983 commits,
- version 267a68ad0b2 commits,
- version 2585ccac1521 commits,
- version 24eb6ab6f21 commit,
- version 2307e2e2b64 commits,
- version 22852018c23 commits,
- version 211f77e54d2 commits,
- version 2062b932f11 commit,
- version 193fea09cc4 commits,
- version 18857ddc3f3 commits,
- version 1753a1dfe42 commits,
- version 168509841f1 commit,
- version 151a0e32516 commits,
- version 14877b3f235 commits,
- version 13fc05fa074 commits,
- version 12dec3eece4 commits,
- version 117e2374c73 commits,
- version 10c18fa2cb2 commits,
- version 9a0bee7161 commit,
- version 88a82dc047 commits,
- version 7fd2078f96 commits,
- version 6ecdbe9b46 commits,
- version 54f6d28a35 commits,
- version 4e9d00c9c4 commits,
- version 302430c443 commits,
- version 268eeab792 commits,
- version 18a69babd1 commit,
Compare changes
- Side-by-side
- Inline
There are no changes yet
No changes between version 6 and version 6
Loading