Our great sponsors
-
I use Kasten K10 for backups and therefore Kanister blueprints. Ive finally managed to debug an issue with the etcd blueprint here. The blueprint requires kubectl cp but this relies on tar which doesn't / no longer exists in the ETCD pod image, alternatively, I thought to use cat cat is not available on the ETCD container either.
-
FROM quay.io/coreos/etcd:v3.5.0 as etcd FROM alpine:3.17 RUN apk add --no-cache tar # Taken from https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64 COPY --from=etcd /usr/local/bin/etcd /usr/local/bin/ COPY --from=etcd /usr/local/bin/etcdctl /usr/local/bin/ COPY --from=etcd /usr/local/bin/etcdutl /usr/local/bin/ COPY --from=etcd /etc/nsswitch.conf /etc/nsswitch.conf CMD ["/usr/local/bin/etcd"]
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Related posts
- Fly.io outage, recently deployed apps down, no new deployments possible
- Why is the principle stating that "interfaces should belong to the package that uses values of the interface type, not the package that implements those values" sometimes violated?
- How to implement a distributed /etc directory using etcd and JuiceFS
- Where are env variables stored?
- How to get a head start into contributing to open source projects