Paul Becotte
Paul Becotte
Just accidentally wiped out my k8s cluster for the second time trying to mess with node pools (not complaining, just setting the stage- its a side project. Would have been...
The whole set of configs for NFS are wrong in the artifactory chart. - systemYaml the [artifactory-ha] chart was updated to add the `node` section in ha setups, but the...
Spent a while trying to get this to work today. Turned out the issue is this snippet of code- ``` if self.lookup_dn: if str(self.lookup_dn_user_dn_attribute).upper() == "CN": # Only escape commas...
If a credHelper is defined, 'docker build' with a private FROM image fails, while `docker pull` of the same image works correctly. **Steps to reproduce the issue:** 1. 'docker login'...
Hi! Spent a decent amount of time playing with the DO K8s provider and your Kubernetes service. Keep hitting an issue- the "default" node pool on the k8s cluster is...
**What went wrong?** I am running the following setup- WSL v2 Ubuntu 22.04.3 Nix Package manager used to install Docker. Docker is running rootless under a user systemd unit. Earthly...
We have to update the configure parameter to actually use docker_target. Once that is setup, we have to make sure that the executable is added to the runfiles, and update...
Was writing a tool that needed to run `buildx bake` and then run containers with the output images. Was surprised to see that the behavior of this command is different...
# Summary Argo detects parent child relationships for the UI display in most cases. It appears to use OwnerReferences to do so. However, not all CRDs use OwnerReferences for this...
### What went wrong? Running a command `RUN --aws terraform apply` with the env vars AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY set results in the error `aws:session_token not found in environment` ### What...