Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
kubectl apply -f Ingress/traefik

If you want to run GC with JMS 

ActiveMQ

 Run the following command on the master node. Create the namespace using the command.

Code Block
kubectl create namespace ef-external

 To deploy ActiveMQ asStatefulSet run

Code Block
kubectl apply -f StatefulSet/

Wait for the AMQ StatefulSet

Code Block
kubectl wait pods ef-amq-0  -n ef-external   --for condition=Ready --timeout=600s