alfianabdi
alfianabdi
Hi @runakash It was ok at that time since there are only few ServiceExports, but now I am getting throttled again. `kc get serviceexports.multicluster.x-k8s.io -A | wc -l` `29` Here...
@runakash Currently only two clusters. All those ServiceExports are from different namespace. @astaticvoid Thanks for the info, I will try to reduce the number of namespace until the fix is...
I run the [windows_exporter ](https://github.com/prometheus-community/windows_exporter) as service inside the worker node ( not using daemon-set ). ``` $url = "https://github.com/prometheus-community/windows_exporter/releases/download/v0.14.0/windows_exporter-0.14.0-amd64.msi" $output = "C:\Users\windows.msi" $start_time = Get-Date $wc = New-Object System.Net.WebClient...
In my case, I want to use 1 traefik as gateway to multiple kubernetes clusters, all clusters are belong to one environment - not merging dev,stg, prod in one traefik...