TheDiveO

Results 179 comments of TheDiveO

While I can build the image on ARM64 (Ubuntu on RPi), I cannot successfully deploy it. All I get is an nginx error when accessing the container's service at internal...

The Kubernetes Go client is a good example of the go module versioning hell: so far, the Kubernetes go client module maps all stable versions `vx.y.z` since 1.17.z onto `v0.y.z`,...

As revive stresses that out of the box it acts as a faster drop-in replacement for golint, please drop it finally into goreportcard! From reading and rereading this issue and...

UPDATED! Trying to sed around this is a no-go (sic) for CI/CD. This is a real mess. I somehow seems to get along now with this `replace` in my `go.mod`,...

Please see my update above, as the replaces worked for `go mod tidy` but I only later hit build errors. After diving into the vendoring of @moby/moby I could build...

This has landed in the CRI v1 API and also in containerd. I'm now trying to use it. Thank you very much!

@lovishbatra10 yes, it does. You'll need to enable them Evented PLEG API though, as otherwise you'll get back a stream and only "EOF" upon trying to read the next event....