Elouan Martinet

Results 121 comments of Elouan Martinet

Do you know when the tag `gcr.io/kaniko-project/executor:debug` (as well as `:latest`) gets updated? It still points to the v1.6.0 version: https://console.cloud.google.com/gcr/images/kaniko-project/GLOBAL/executor

My two cents about this: would it be possible to keep the current behavior as default and only enable full-chain certificate check on demand?

The build you can download contains the mod built for each platform, but your build is only for the Linux x86-64 platform. The checksum will always be different as ET...

If someone else stumbles upon this issue. This GitHub action will **not** say anything when deployment is failing. The CI will appear to have succeeded even if it didn't. In...

It doesn't seem to work on all resources. For example on a `google_compute_backend_service_iam_member` (in google-beta), I'm getting an error when running `terraform apply`: ``` Error setting IAM policy for compute...

My company uses a software that generates a wg-quick configuration with a `DNS=` line and I have no way to remove this, as the configuration file gets deleted as soon...

I did want to make an init container at first, but I couldn't make it work with `--init-ctr` either as the pod was getting deleted (I don't have the test...

The issue can be transformed into: * an immediate documentation issue that explains the exit policy set for pods * a feature request that adds an `ExitPolicy` configuration on the...

> The reason the exit policy is set is so the podman actually stops, otherwise the infra container runs forever so the pod unit would never deactivate which would be...