Craig Newton

Results 6 issues of Craig Newton

**What happened**: I created a Kubernetes `secret` with type of `kubernetes.io/service-account-token` for a service account that did not exist. The response from executing the `kubectl apply -f secret.yaml` command resulting...

kind/bug
needs-triage

…ate (#3361) Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore....

* update golangci/golangci-lint-action action to v5 * update module sigs.k8s.io/controller-runtime to v0.18.0 * update k8s.io packages to v0.30.0 (minor) * update kubernetes packages to v0.30.0 * use Source, Event, Predicate,...

Batch of dependency updates: - update module k8s.io/utils to v0.0.0-20240502163921-fe8a2dddb1d0 - update module golang.org/x/net to v0.25.0 - update module sigs.k8s.io/controller-runtime to v0.18.2 - update module github.com/prometheus/client_golang to v1.19.1

You can limit the resolve of image tags to only a specific platform by specifying the `--platform` command-line flag with the target platform e.g. `linux/amd64`. Fixes https://github.com/google/k8s-digester/issues/3

**Is your feature request related to a problem? Please describe.** What if your resource already exists and you just want to import it's state and have it be managed by...

enhancement