Benjamin Huo

Results 373 comments of Benjamin Huo

Looks like an environment issue

maybe we can use a better word than external, such as custom which means it's not kubesphere's builtin prom stack. It's user's prom which is installed in the same cluster

@YANGMAO-ZHANG What's the purpose to add a new runtime call elastic?

@yeya24 It'll be great if we can release v0.28.2 to include this important fix!

Can we merge this PR now? @yeya24 @GiedriusS @matej-g

@KR411-prog The Prometheus operator defines opsgenie CRDs, you can use these to create opsgenie CR https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#opsgenieconfig And yes , welcome to add opsgenie support to Notification Manager

Prometheus has already been upgraded to 2.32.1 in https://github.com/kubesphere/ks-installer/pull/1881

Maybe we shouldn't remove it. The helm template will be rendered according the the value of `hostNetwork` @zhu733756 The `hostnetwork` is set to true or false by default in kubesphere...

hostNetWork: "{{ edgeruntime.kubeedge.cloudCore.hostNetWork | default("false", true) }}" why the default is `default("false", true)`? @zhu733756