-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
1.When the cluster provisioned, the PowerState shall be “Running” even ibmcloud doesn't hibernating yet
jianpingshu@jshu-mac ibmcloud % oc get cd -A
NAMESPACE NAME INFRAID PLATFORM REGION VERSION CLUSTERTYPE PROVISIONSTATUS POWERSTATE AGE
default jshu-ibmcloud-cluster jshu-ibmcloud-cluster-qljmr ibmcloud eu-gb 4.10.0 Provisioned 93m
2. Hibernating condition message is misleading to be treated as a failure. Better to be reworked like “ Hibernating is not supported by platform. The cluster can be running only.”
conditions: - lastProbeTime: "2022-02-24T02:31:18Z" lastTransitionTime: "2022-02-24T02:31:18Z" message: 'Unsupported platform: no actuator to handle it' reason: Unsupported status: "False" type: Hibernating
3. Here "-region=us-east" should be changed to "-region=REGION"
The same issue for create-cluster too i.e. make region and base-domain more common.
create-cluster CLUSTER_DEPLOYMENT_NAME --cloud=ibmcloud --region="us-east" --base-domain=ibm.hive.openshift.com --manifests=/manifests --credentials-mode-manual
$ ./hiveutil deprovision ibmcloud
DEBU[0000] Couldn't find install logs provider environment variable. Skipping.
Error: accepts 1 arg(s), received 0
Usage:
hiveutil deprovision ibmcloud INFRAID --region=us-east --base-domain=BASE_DOMAIN --cluster-name=CLUSTERNAME [flags]
Flags:
--base-domain string cluster's base domain
--cluster-name string cluster's name
-h, --help help for ibmcloud
--loglevel string log level, one of: debug, info, warn, error, fatal, panic (default "info")
--region string region in which to deprovision cluster
Global Flags:
--creds-dir string directory of the creds. Changes in the creds will cause the program to terminate
Error occurred: accepts 1 arg(s), received 0
- relates to
-
HIVE-1551 Hive support for provisioning clusters on IBM Cloud
-
- Closed
-