Jordan Rodgers
Jordan Rodgers
Buildkite agent tags can be arbitrary key/value pairs, so let's switch that field to support that 🎉 ``` make test go test -race -coverprofile=coverage.out -covermode=atomic PASS coverage: 86.7% of statements...
Trying to get this running with the podman socket with the following setup: ``` docker-socket-proxy: image: tecnativa/docker-socket-proxy container_name: docker-socket-proxy restart: always privileged: true environment: - SOCKET_PATH=/run/podman/podman.sock - CONTAINERS=1 security_opt: -...
**Which component are you using?**: `cluster-autoscaler` **What version of the component are you using?**: Component version: `v1.28.0` **What k8s version are you using (`kubectl version`)?**: kubectl version Output $ kubectl...
### Expected Behavior I would expect a valid image digest (like `docker.io/foo/bar@sha256:abc123`) to be accepted by tilt when using the `outputs_image_ref_to` field of `custom_build`. ### Current Behavior ``` Error: Output...
Not sure if this is currently implemented and/or possible, but is there any way to setup automatic retries on scripts defined via `local_resource`? Or does any retry logic have to...
Is there any chance we can get https://github.com/cockroachdb/cockroach/blob/7fe21a3b907aa148fcccc8ba62b9ac4db1ada50f/pkg/server/status/recorder.go#L644-L683 (and all child functions) vendored into this repo? Right now we have to copy over the code because importing github.com/cockroachdb/cockroach into our...
It looks like the only way domain-protect detects if an A record was deleted is by trying to actually resolve it: https://github.com/domain-protect/domain-protect/blob/ae029055bf69bd1686ec2cef1d1bd4359e7796a9/utils/utils_dns.py#L100-L113 In our case, we have a star record...
Looks like when we enable `--transitions=lite`, we get a bunch of Bazel errors spewed out which I suspect is related to https://github.com/bazelbuild/bazel/issues/15797 For example: ``` ERROR: /home/jrodgers/tmp/build_output/fbda6e2d89ae38953fedf0d9ffd7a05c/external/io_bazel_rules_go/go/private/rules/transition.bzl:255:36: transition inputs [@@io_bazel_rules_go//go/config:debug,...
Haven't narrowed it down yet, but ran into this pull error which went away when I cleared our the S3 bucket: ``` Warning Failed 3s kubelet Failed to pull image...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Right now, `--allow-global-unused-variables=no` doesn't respect `--dummy-variables-rgx`, I believe...