Site Tools


techsupport:kubernetes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
techsupport:kubernetes [2022/07/07 04:13] kjohns23techsupport:kubernetes [2022/11/18 17:30] (current) kjohns23
Line 39: Line 39:
 NB: In the future building a Docker container and pushing to the SoCS registry could be done through the CI/CD pipeline, but this is not yet available.  NB: In the future building a Docker container and pushing to the SoCS registry could be done through the CI/CD pipeline, but this is not yet available. 
  
-2. Create .gitlab/agent/agent-name/config.yaml in your Gitlab project, replacing agent-name with whatever you want to name your agent. +2. Create .gitlab/agents/agent-name/config.yaml in your Gitlab project, replacing agent-name with whatever you want to name your agent. 
  
   gitops:   gitops:
Line 93: Line 93:
            
 Take this final file, and run <code>kubectl apply -f filename</code> Take this final file, and run <code>kubectl apply -f filename</code>
 +
 +TODO REPLACE WITH EASIER METHOD kubectl create secret docker-registry <name> --docker-server=DOCKER_REGISTRY_SERVER --docker-username=DOCKER_USER --docker-password=DOCKER_PASSWORD --docker-email=DOCKER_EMAIL
  
 The gitlab agent is now set up and can pull your container from the SoCS container registry. The gitlab agent is now set up and can pull your container from the SoCS container registry.
techsupport/kubernetes.1657167193.txt.gz · Last modified: 2022/07/07 04:13 by kjohns23