stargz-snapshotter icon indicating copy to clipboard operation
stargz-snapshotter copied to clipboard

Build and push stargz-snapshotter image usable as a kind node

Open ktock opened this issue 3 years ago • 0 comments

#715

This commit adds a CI to push Kind node image to ghcr.io/stargz-containers/${VERSION}-kind namespace on each release.

$ cat /tmp/kindconfig.yaml 
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
$ kind create cluster --config=/tmp/kindconfig.yaml --name stargz-demo --image ghcr.io/ktock/stargz-snapshotter:0.0.0-kind

ktock avatar Oct 12 '22 11:10 ktock