Introduction
This document illustrates the procedure and steps to deploy Expertflow Generic Connector on any Kubernetes distribution (K3s or RKE2).
...
1. Start with cloning the repository from GitLab.
Code Block |
---|
git |
...
clone https://efcx:RecRpsuH34yqp56YRFUb@gitlab.expertflow.com/cti/gc_k3s_deployment.git |
2. Change to the directory.
Code Block |
---|
cd gc_k3s_deployment/cti-voice |
Step 2: Create Namespace
Run the following command on the master node. Create the namespace using the command.
...
Code Block |
---|
kubectl apply -f cim/StatefulSet/ |
Wait for the AMQ StatefulSet
Code Block |
---|
kubectl wait pods ef-amq-0 -n ef-external --for condition=Ready --timeout=600s |
...