File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ sharedIPLoadBalancing:
3030 loadBalancerType : cilium-bgp
3131 bgpNodeSelector : cilium-bgp-peering=true
3232 ipHolderSuffix : " "
33+
34+ # Optional: Allow /metrics scraping without authorization on secure HTTPS port (10253 by default)
35+ allowUnauthorizedMetrics=true
3336```
3437
35383 . Install the CCM:
Original file line number Diff line number Diff line change @@ -48,6 +48,16 @@ resources:
4848 memory : 256Mi
4949` ` `
5050
51+ ### Prometheus metrics
52+
53+ Cloud Controller Manager exposes metrics by default on port given by
54+ ` --secure-port` flag. The endpoint is protected from unauthenticated access by
55+ default. To allow unauthenticated clients (`system:anonymous`) access
56+ Prometheus metrics, use `--authorization-always-allow-paths="/metrics"`
57+ command-line flag.
58+
59+ Linode API calls can be monitored using `ccm_linode_client_requests_total` metric.
60+
5161# # Uninstalling
5262
5363To remove the CCM :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments