Rodrigo Chacon

Results 6 comments of Rodrigo Chacon

I stumbled upon this recently and the way I "fixed" it was by delegating the `ConfigMap`/`Secret` versioning to `kapp` instead of `kustomize`, like this: ``` # kustomization.yaml secretGenerator: - name:...

I'm was having similar problems running Alpine 3.13 containers inside Kubernetes. While using an external DNS (e.g. `1.1.1.1`) everything worked fine, but when using the internal DNS, CoreDNS, aplications would...

It is not related to CoreDNS specifically, but to the DNS server returning the incorrect error code for a non existing record, e.g. NXDOMAIN errors instead of NODATA. In my...

Sorry @marcofranssen I forgot to add the exit code to the commands, I believe all those returned 0 (success), right? `nslookup github.com ; echo $?` Adding to the history here,...

@spinnakerbot remove-label stale

KMS is used to encrypt/decrypt all TLS assets so they can go into the userdata securely, I would not recommend you to remove this. As a workaround, you may set...