Flag
Type/Options
Default
Description
--notification-enabled
bool
false
Enable notification configuration
--notification-prefix
string
""
Set notification channel prefix
--notification-log
Set log notification to stdout"
Send notifications to notification prefix channel:
kubemqctl create cluster --notification-enabled --notification-prefix notification
Value
notification.enabled
notification.prefix
notification.log
helm install kubemq-cluster --set notification.enabled=true,notification.prefix=notification kubemq-charts/kubemq
Field
enabled
prefix
log
Run:
kubectl apply -f {below-yaml-file}
apiVersion: core.k8s.kubemq.io/v1alpha1 kind: KubemqCluster metadata: name: kubemq-cluster namesapce: kubemq labels: app: kubemq-cluster spec: replicas: 3 notification: enabled: true prefix: notification
Learn Access Control - Notification Feature
Last updated 4 years ago