Set Cluster Image
Flags
Flag
Type/Options
Default
Description
--image
string
docker.io/kubemq/kubemq-uni:latest
Set kubemq server image
--image-pull-policy
string Always/IfNotPresent/Never
Always
Set image pull policy
Example
Set implicit KubeMQ cluster docker image:
kubemqctl create cluster --image docker.io/kubemq/kubemq:latestReplace docker.io/kubemq/kubemq:latest with the desired image with the registry/repository:tag format
Values
Value
Type/Options
Default
Description
image.image
string
docker.io/kubemq/kubemq-uni:latest
Set kubemq server image
image.pullPolicy
string Always/IfNotPresent/Never
Always
Set image pull policy
Example
Set implicit KubeMQ cluster docker image:
helm install kubemq-cluster --set image.image docker.io/kubemq/kubemq:latest kubemq-charts/kubemqReplace docker.io/kubemq/kubemq:latest with the desired image with the registry/repository:tag format
Last updated
Was this helpful?