Nic Cope

Results 846 comments of Nic Cope

FWIW client-go's discovery rate limits were just bumped to 300 per https://github.com/kubernetes/kubernetes/pull/109141.

I was just exploring controller-runtime's observability stance, noticed the kubebuilder book mentioned Prometheus metrics, thought "oh man I wish they used Opencensus instead", came here to thumbs-up this issue, then...

Per https://github.com/crossplane/oam-kubernetes-runtime/issues/55 we're centralising all things OAM into one repo, and oam-kubernetes-runtime seems like the most likely place. I'm going to move this issue there.

I'm currently seeing the same behaviour with `random_id`. ``` Terraform v0.11.6 + provider.aws v1.7.0 + provider.google v1.9.0 + provider.ignition v1.0.0 + provider.local v1.1.0 + provider.random v1.2.0 + provider.template v1.0.0 +...

Naming nitpick: When there are two kinds of the same name in different API groups (e.g. `kind: Deployment, group: apps`, and `kind: Deployment, group: core.oam.dev`) I believe `kubectl get deployments`...

https://docs.google.com/document/d/1XBYj5Fg7A0gO6HYpvGqe2xPbm3iCulQfk9FMY6KCYV0/edit?disco=AAAAI5wRzEw This came up again in a recent design proposal for OAM. It seems like there's an emerging consensus that variables introduce more complexity than value. I also support removing...

There is a one-to-many Component-to-Workload relationship. Think of a Component as a template an ApplicationConfiguration may use to produce a Workload. When N ApplicationConfigurations reference 1 Component N instances of...

> Does it mean an app with multiple components can also be represented as a component with multiple workloads? I'm not sure if I understand what you're asking, but I...

> So, the workload name is what is being used to differentiate two references of the same component in ApplicationConfig? Sort of. This probably makes more sense if you think...