Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 568 Bytes

WERF

Training playground

Prepare environment

Firstly you need to install microk8s and werf.

After installing you need to create a secret named 'registrysecret':

$ kubectl create secret docker-registry registrysecret \
  --docker-server='https://index.docker.io/v1/' \
  --docker-username='<DOCKER HUB USERNAME>' \
  --docker-password='<DOCKER HUB PASSWORD>'

Run

$ werf converge --repo '<DOCKER HUB USERNAME>'/'<DOCKER HUB REPOSITORY>'