We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b63fb5 commit 1e2abffCopy full SHA for 1e2abff
generate-status/write_status.py
@@ -9,7 +9,7 @@
9
"subsystems": []
10
}
11
ocp_subsystem = {
12
- "name": "openshift",
+ "name": "OpenShift",
13
"status": "",
14
"state": "",
15
"info": "",
@@ -39,7 +39,7 @@
39
40
if current_state == "provisioning":
41
ocp_subsystem["status"] = "yellow"
42
- ocp_subsystem["info"] = "Building cluster"
+ ocp_subsystem["info"] = "Building Cluster. This normally takes about ~45 min from launch. Please check back later for an updated status."
43
elif current_state == desired_state :
44
ocp_subsystem["status"] = "green"
45
ocp_subsystem["info"] = "Working as expected"
0 commit comments