/goapp

A sample app which is used to test k8s kubelet race condition

Primary LanguageGo

goapp

This is a sample go app (used for testing).

build

$ docker buildx build --platform=linux/amd64,linux/amd64 --push -t haibzhou/goapp:0.1 -f Dockerfile .