Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 666 Bytes

kubefirst-watcher

This is part of the kubefirst watcher operator.

This tool will help to detect a combination of status of the cluster to hold action to be executed only after given state.

Notes

Updateting images at the moment:

export GIT_SHA=`git rev-parse --short HEAD`
docker build -f build/Dockerfile .  -t k1test:$GIT_SHA
docker image tag k1test:$GIT_SHA 6zar/k1test:$GIT_SHA
docker image tag k1test:latest 6zar/k1test:latest
docker image push 6zar/k1test:latest
docker image push 6zar/k1test:$GIT_SHA
echo $GIT_SHA

This images need to be migrated to kubefirst docker registry