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:
Replace docker.io/kubemq/kubemq:latest
with the desired image with the registry/repository:tag
format
Last updated