Marques Johansson

Results 466 comments of Marques Johansson

https://github.com/kubernetes-sigs/controller-tools/pull/298 seems relevant

The introduction in 3.4.0 of additional topology annotations has created problems for some users. Documentation on this feature would have prompted an update to that documentation and potentially upgrade guidance.

At first glance, this looks good, @moadqassem. We'll want to make sure that Facility is also Optional and check that one of the two fields has been provided (the fields...

I'm wondering if the -c3 with the default delay may not be long enough.

Locally run through the `verify` GH action: ``` ./hack/verify-boilerplate.sh go mod tidy cd test/e2e; go mod tidy make generate-go ``` `make generate-go` is failing over what appears to be `go`...

A rate-limiting 403 (as opposed to a 429) would create other problems: https://github.com/kubernetes-sigs/cluster-api-provider-packet/blob/a6d36083511981e576639920930c011273a9eb37/controllers/packetmachine_controller.go#L276-L281 CAPP would consider the machine to be deleted (since a 403 from the Equinix Metal /devices API...

To avoid the rate-limiting scenario, error based reconcile retries should use a calmer approach. The following discuss this pattern for controller-runtime controllers, such as CAPP. Any new parameters should be...

https://cloud-native.slack.com/archives/C01DCV0BS9H/p1620300219023400 A user looking for a way to "pause" the reconciliation of a single resource may look to this feature to toggle behavior. > Option A sounds like a quick...

Should this be an https://github.com/kubernetes/autoscaler feature?

@jacobweinstock I think we should create trackable issues for each of these items (although some items may fit into the same issue). This roadmap issue contains items that could extend...