Skip to content

ArgoN1ck/werf-node

Repository files navigation

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>'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published