-
**What happened**:
In my cluster sometimes readiness the probes are failing. But the application works fine.
```
Apr 06 18:15:14 kubenode** kubelet[34236]: I0406 18:15:14.056915 34236 prober.go:1…
-
When deploying latest k3s version v1.29.0+k3s1 the coredns pod is stuck in ContainerCreating stage as it cannot find the key NodeHosts in configmap coredns. When looking at the manifests definitions, …
-
-
OK, let's do this.
Question: Should we rename "nurseries"? It's something that keeps coming up, and while it would be somewhat painful to change now, it'll be pretty much impossible within the next…
-
I'm unsure if anybody mentioned this yet, and I don't know where to open this discussion, but `Future` and async/await aren't a good programming model, and I hope that, for whatever new effect system …
-
@JohnRoesler Actually, after some debugging and digging in the `go-cron` source code I have finally managed to make that example work by simply avoiding to treat the first iteration as a special one (…
-
### Go version
go1.22.0
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/mark/.cache/go-build'
GOENV='/home/mark/.config/go…
-
In https://github.com/golang/go/issues/14383#issuecomment-220657111, @rsc said:
> There is an argument for making
>
> ```go
> tr := time.NewTimer(0)
> tr.Stop()
> // There may or may not be a …
-
## Background
Right now we are making manual backups of the database as part of the deployment process. This protects us in case something goes wrong during deployment (such as a bad migration). Th…
-
Fun in software engineering is when Project Teams have a collaborative culture. My favorite projects inside a company have been when the division is not accountable for Profit and Loss P&L, just respo…