Versions Compared

Key

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

...

kubectl create namespace <namespace>

Step

...

3: Image Pull Secret

1. For the expertflow namespace, use the following command:

  • kubectl apply -f gc-connector/ConfigMaps/
  • kubectl apply -f gc-connector/Deployments/
  • kubectl apply -f gc-connector/Services/
  • kubectl apply -f gc-connector/Ingress/

Step 4: Update the FQDN

1. Decide the FQDN to be used in your solution and change the <FQDN> to your actual FQDN as given in the following command:

sed -i 's/devops[0-9]*.ef.com/<FQDN>/g' gc-connector/Ingresses/nginx/ gc-connector/Ingresses/traefik/*


// Run this command for RKE

  • kubectl apply -f gc-connector/Ingresses/nginx

...

// OR
 
// Run this command for Traefik

  • kubectl apply -f gc-connector/Ingresses/traefik