Julien Balestra

Results 20 issues of Julien Balestra

The logic used in `pupernetes wait` and `pupernetes daemon run --job-type systemd` could be factorised in a single place.

refactoring

In CI, we set the listener to `0.0.0.0:8989`: ```yaml script: - sudo ./pupernetes daemon run sandbox/ --job-type systemd --bind-address 0.0.0.0:8989 --hyperkube-version $HYPERKUBE_VERSION - ./.ci/pupernetes-validation.sh ``` This open the http server...

enhancement

Today when pupernetes is started on a machine without enough resources, it let the kubelet evict almost everything. Around [here](https://github.com/DataDog/pupernetes/blob/8981d7699e178557ecdd62a1a352a6d255656414/pkg/setup/requirements.go#L26) we could execute some sanity checks over: * memory *...

enhancement
good first issue

### What is the problem you're trying to solve I'm very interested in finding the right balance of compression between zstd, gzip, and different levels of compression to reduce the...

kind/feature

This PR is enhancing the error message when running containerd in userland when misconfiguring the uid/gid in the toml ttrpc & grpc sections. When unsetting uid & gid, they're defaulting...

needs-ok-to-test
size/XS

Currently nothing is set to track the different versions.

enhancement

Today the etcd example in CI is tagged on `latest` so it doesn't test the current branch in the pupernetes build.

bug
good first issue

Add a verify flag like provided by `openssl verify -CAfile ca.crt kube-csr.certificate`.

enhancement

*kube-csr* should be configurable with a configuration file.

enhancement

I do not know if it's the right place... I read the documentation about the [machine executor](https://circleci.com/docs/2.0/executor-types/#using-machine) but I didn't find a way to specify a newer image than: *...