Skip to content

Commit 407c63a

Browse files
stuggiopenshift-merge-bot[bot]
authored andcommitted
Disable METRICS-WITH-CERTS
currently when deploy nova in other operators kuttl tests, it fails with: ~~~ Normal Scheduled 9m11s default-scheduler Successfully assigned openstack-operators/nova-operator-controller-manager-6cc89cc5d5-528w2 to oko-06-c6mpd-master-2 Warning FailedMount 57s (x12 over 9m11s) kubelet MountVolume.SetUp failed for volume "metrics-certs" : secret "metrics-server-cert" not found ~~~ Its becase currently the generation of the certs is not configured. Lets disable it for now and enable it when we do it across all operators. Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 8f090b5 commit 407c63a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/default/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ patches:
4646
# Uncomment the patches line if you enable Metrics and CertManager
4747
# [METRICS-WITH-CERTS] To enable metrics protected with certManager, uncomment the following line.
4848
# This patch will protect the metrics with certManager self-signed certs.
49-
- path: cert_metrics_manager_patch.yaml
50-
target:
51-
kind: Deployment
49+
#- path: cert_metrics_manager_patch.yaml
50+
# target:
51+
# kind: Deployment
5252

5353
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
5454
# crd/kustomization.yaml

0 commit comments

Comments
 (0)