KubeMQ Docs
KubeMQ.io
Login / Register
Search…
Introduction
What's New
Getting Started
Quick Start
Build & Deploy
Create Cluster
Create Dashboard
Create Connector
Message Patterns
Learn
The Basics
Message Patterns
Access Control
Clustering
Dashboard
Connectors
Configuration
Cluster
Set Cluster Name
Set Cluster Namespace
Set Persistent Volume
Set Cluster Replicas
Set Cluster Image
Set Cluster Security
Set Authentication
Set Authorization
Set Notification
Set License
Set gRPC Interface
Set Rest Interface
Set Api Interface
Set Store Settings
Set Queues Settings
Set Routing
Set Health Probe
Set Resources Limits
Set Logs
Set Node Selectors
Dashboard
Connectors
HOW TO
Connect Your Cluster
Show Dashboard
Get Cluster Status
Get Dashboard Status
Get Cluster Logs
Development
SDK
Cookbook
Troubleshooting
Start Here
Kubemqctl
Get Started
Create
Get
Delete
Set
Scale Cluster
Queues
Events
Events Store
Commands
Queries
Config
License
Open Source Software Notices
Powered By
GitBook
Set Notification
Kubemqctl
Helm
yaml
Flags
Flag
Type/Options
Default
Description
--notification-enabled
bool
false
Enable notification configuration
--notification-prefix
string
""
Set notification channel prefix
--notification-log
bool
false
Set log notification to stdout"
Example
Send notifications to notification prefix channel:
1
kubemqctl create cluster --notification-enabled --notification-prefix notification
Copied!
Values
Value
Type/Options
Default
Description
notification.enabled
bool
false
Enable notification configuration
notification.prefix
string
""
Set notification channel prefix
notification.log
bool
false
Set log notification to stdout"
Example
Send notifications to notification prefix channel:
1
helm
install
kubemq-cluster --set notification.enabled
=
true,notification.prefix
=
notification kubemq-charts/kubemq
Copied!
Fields
Field
Type/Options
Default
Description
enabled
bool
false
Enable notification configuration
prefix
string
""
Set notification channel prefix
log
bool
false
Set log notification to stdout"
Example
Send notifications to notification prefix channel:
Run:
1
kubectl apply -f
{
below-yaml-file
}
Copied!
1
apiVersion
:
core.k8s.kubemq.io/v1alpha1
2
kind
:
KubemqCluster
3
metadata
:
4
name
:
kubemq
-
cluster
5
namesapce
:
kubemq
6
labels
:
7
app
:
kubemq
-
cluster
8
spec
:
9
replicas
:
3
10
notification
:
11
enabled
:
true
12
prefix
:
notification
Copied!
​
Learn Access Control - Notification Feature
​
Previous
Set Authorization
Next
Set License
Last modified
2yr ago
Copy link