Wanjun Lei
Wanjun Lei
use single quotes
First, install the Chinese simple language package. ``` kubectl apply -f https://github.com/kubesphere/notification-manager/releases/download/v2.0.1/zh-cn.yaml ``` Then follow this. https://github.com/kubesphere/notification-manager/blob/master/docs/template.md#multilingual-support
Change the `spec,feishu.template` to `{{ template "nm.feishu.texts" . }}`, and try it again. We will release 2.0.1 soon, which will fix this bug.
The following situations can cause delays. First, the Notification Manager handles the incoming alerts with a batch processing mechanism. The incoming alerts will not be processed immediately but will be...
You can follow [this](https://kubernetes.io/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#kubeconfig-additional-users) to give a tenant permission to access a namespace for a native Kubernetes cluster. If you used other Kubernetes platforms such as KubeSphere, and Rancher ...,...
The `logging` log receiver should be like this. ``` apiVersion: logging.kubesphere.io/v1alpha2 kind: Output metadata: labels: logging.kubesphere.io/component: logging logging.kubesphere.io/enabled: "true" name: es namespace: kubesphere-logging-system spec: es: generateID: true host: logstashFormat: true...
/assign @kubesphere/sig-console
The reason why the log receiver is duplicated is that the output created by the ui and the output created by the installer have different names, and there will be...
Yes, this is an easy solution. Maybe we need to reconsider this function. At present, the previous function can no longer meet the needs. For example, the installer already supports...
@daixijun You need to call the API of ks to create the receiver, otherwise, multi-cluster distribution cannot be achieved.