-
Bug
-
Resolution: Unresolved
-
Undefined
-
1.1.0
-
None
-
False
-
-
False
-
-
When executing this command:
kubectl apply -k https://github.com/Kuadrant/kuadrant-operator/config/install/configure/observability?ref=v1.1.0
from the docs at:
https://docs.redhat.com/en/documentation/red_hat_connectivity_link/1.1/html-single/connectivity_link_observability_guide/index#enable-observability-monitor_connectivity-link
2 resources fail becuase of the incorrect namespace `gateway-system`:
$ oc apply -k https://github.com/Kuadrant/kuadrant-operator/config/install/configure/observability?ref=v1.1.0
namespace/monitoring created
serviceaccount/kube-state-metrics-kuadrant created
clusterrole.rbac.authorization.k8s.io/kube-state-metrics-kuadrant created
clusterrolebinding.rbac.authorization.k8s.io/kube-state-metrics-kuadrant created
configmap/custom-resource-state created
service/kube-state-metrics-kuadrant created
deployment.apps/kube-state-metrics-kuadrant created
servicemonitor.monitoring.coreos.com/authorino-operator-metrics created
servicemonitor.monitoring.coreos.com/dns-operator-metrics-monitor created
servicemonitor.monitoring.coreos.com/kuadrant-operator-metrics created
servicemonitor.monitoring.coreos.com/limitador-operator-metrics created
servicemonitor.monitoring.coreos.com/kube-state-metrics-kuadrant created
subscription.operators.coreos.com/grafana-operator created
Error from server (NotFound): error when creating "https://github.com/Kuadrant/kuadrant-operator/config/install/configure/observability?ref=v1.1.0": namespaces "gateway-system" not found
Error from server (NotFound): error when creating "https://github.com/Kuadrant/kuadrant-operator/config/install/configure/observability?ref=v1.1.0": namespaces "gateway-system" not found
In openshift, the namespace is `openshift-ingress`