Skip to content
Snippets Groups Projects

Resolve "Enable Cloud Run on GKE cluster creation"

Merged Matt Kasa requested to merge 27502-enable-cloud-run-on-gke-cluster-creation into master
All threads resolved!
Files
2
@@ -27,6 +27,12 @@ module ApplicationStatus
state :update_errored, value: 6
state :uninstalling, value: 7
state :uninstall_errored, value: 8
# Used for applications that are pre-installed by the cluster,
# e.g. Knative in GCP Cloud Run enabled clusters
# Because we cannot upgrade or uninstall Knative in these clusters,
# we define only one simple state transition to enter the `pre_installed` state,
# and no exit transitions.
state :pre_installed, value: 9
event :make_scheduled do
Loading