File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ From the shell use the `TOKEN` value obtained above to check the metrics:
9393
9494``` shell
9595curl -v -k -H " Authorization: Bearer <TOKEN>" \
96- https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:8443 /metrics
96+ https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:7443 /metrics
9797```
9898
9999Validate using certificates and token:
100100
101101``` shell
102102curl -v --cacert /tmp/cert/ca.crt --cert /tmp/cert/tls.crt --key /tmp/cert/tls.key \
103103-H " Authorization: Bearer <TOKEN>" \
104- https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:8443 /metrics
104+ https://operator-controller-controller-manager-metrics-service.olmv1-system.svc.cluster.local:7443 /metrics
105105```
106106
107107---
You can’t perform that action at this time.
0 commit comments