Trigger

From Fixme.ch
Revision as of 20:35, 11 February 2022 by Rorist (Talk | contribs)

Jump to: navigation, search

Information

How to push changes

$ ssh ubuntu@k8s.fixme.ch

# Update the local repository
cd ~/ctrl
git pull

# Build the docker image
sudo docker build -t trigger .

# Killthe pod and watch it come back
kubectl delete --namespace ctrl pod/trigger-579d7dd765-krfvk
kubectl get --namespace=ctrl pods

Archives