You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised an upstream issue, since their chart is disabling it now by default, but the controller code is enabling it
Will take a call on how to proceed based on their reply. kubernetes/ingress-nginx#12023
Quick update based on the upstream issue that was raised.. metrics are now disabled by default in the controller and the chart upstream.. so whenever its adopted in rke, metrics will be disabled by default in rke as well.. kubernetes/ingress-nginx#12023 kubernetes/ingress-nginx#12095
For the time being we are removing the flag and by default the controller will enable the metrics like it used to earlier, to avoid having duplicate flags..
The issue was tested on rancher v2.9-head.
The flag is not set on the container anymore with new fresh installed k8s version. Also after upgrade to new k8s version the flag is getting removed. Hence the issue can be closed.
RKE version:
v1.6.1
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
Bare-metal
cluster.yml file:
Steps to Reproduce:
update k8s from v1.29.7 to v1.30.3
Results:
metrics are disabled in ds nginx-ingress-controller
before the update metrics didn't get disabled explicitly - enabled by default as expected
Workaround:
add
enable-metrics: true
toextra_args
this results in duplication of
--enable-metrics
param. not nice, but is working for now.The text was updated successfully, but these errors were encountered: