-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.20
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
When creating a cluster with fips mode enabled, and checking cluster console configuration etcd encryption ,the status field field doesn't show up
Version-Release number of selected component (if applicable):
4.20
How reproducible:
100% Reproducible
Steps to Reproduce:
1.Create a HCP cluster with fips enabled to true
2. Wait for cluster to be rady and then login into the cluster.
3. Check cluster console config by below command
oc get openshiftapiserver -o json
Actual results:
"apiVersion": "v1",
"items": [
{
"apiVersion": "operator.openshift.io/v1",
"kind": "OpenShiftAPIServer",
"metadata": {
"annotations": {
"include.release.openshift.io/hypershift": "true",
"include.release.openshift.io/ibm-cloud-managed": "true",
"include.release.openshift.io/self-managed-high-availability": "true",
"include.release.openshift.io/single-node-developer": "true",
"release.openshift.io/create-only": "true"
},
"creationTimestamp": "2026-01-17T04:14:02Z",
"generation": 1,
"name": "cluster",
"ownerReferences": [
{
"apiVersion": "config.openshift.io/v1",
"kind": "ClusterVersion",
"name": "version",
"uid": "a4932456-55a6-42b1-ae66-745a0dcb099a"
}
],
"resourceVersion": "903",
"uid": "4ebdb6b3-a14d-4347-9223-eedb20aa2b6a"
},
"spec": {
"logLevel": "Normal",
"managementState": "Managed",
"operatorLogLevel": "Normal"
}
}
],
"kind": "List",
"metadata": {
"resourceVersion": ""
}
}
The status field doesn't show up with message EncryptionCompleted.
Expected results:
The status field must show up with message EncryptionCompleted.
Additional info:
The body to create the cluster https://privatebin.corp.redhat.com/?458ad6ed36967ddd#GLhEzfL5kAGAtt3XHCmbsQVXnfVC6MuKnrC5Yu96yyiX