-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Logging 5.9.0
-
False
-
None
-
False
-
NEW
-
OBSDA-527 - Enable Grafana support for cloud providers in Loki
-
NEW
-
Bug Fix
-
-
Description:
When trying to install Loki Operator on OCP 4.14, we do not see the option to install Loki in managed auth mode on Azure STS clusters. We can see the option to install Loki in managed auth mode for AWS STS on OCP 4.14.
Logging 5.9.0 should be supported on OCP 4.13, 4.14, 4.15, 4.16
$ oc get cloudcredentials.operator.openshift.io/cluster -o json | jq -r .spec { "credentialsMode": "Manual", "logLevel": "Normal", "operatorLogLevel": "Normal" }
$ oc version Client Version: 4.7.2 Server Version: 4.14.13 Kubernetes Version: v1.27.10+28ed2d7
$ oc get csv loki-operator.v5.9.0 -o json | jq -r .metadata.annotations .... "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "false", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "true", "features.operators.openshift.io/token-auth-azure": "true", "features.operators.openshift.io/token-auth-gcp": "false" .....
$ oc get infrastructure cluster -o json | jq -r .status { "apiServerInternalURI": "https://api-int.<hidden>.com:6443", "apiServerURL": "https://api.<hidden>:6443", "controlPlaneTopology": "HighlyAvailable", "cpuPartitioning": "None", "etcdDiscoveryDomain": "", "infrastructureName": "<hidden>", "infrastructureTopology": "HighlyAvailable", "platform": "Azure", "platformStatus": { "azure": { "cloudName": "AzurePublicCloud", "networkResourceGroupName": "<hidden>", "resourceGroupName": "<hidden>" }, "type": "Azure" } }
Version: 4.14.13
Infrastructure: Azure STS
How reproducible: Always
Expected Result: Loki should be installed in managed auth mode if Azure cluster is STS
Actual Result: No option to install Loki in managed auth mode on Azure 4.14 STS cluster
Additional Info:
Need to check behaviour on OCP 4.13 and OCP 4.16.
Can install in managed auth mode on OCP 4.15 Azure STS clusters
Console screen attached.
- is caused by
-
OCPBUGS-25274 [release-4.14] [UI] Console fields and warning to support Azure Workload Identity are not showing up
- Verified