Nick Stogner
Nick Stogner
POST does not appear to exist on these resources: https://cloud.google.com/resource-manager/docs/reference/resource-settings/rest
Rebased and repushed
``` Regarding the EKS LB issue, I think that's painful regardless whether the tool you use has the ability to enforce order/dependencies. It should really be handled by EKS. ```...
@negz I am currently trying to tackle the EKS/GKE cleanup issue. Current direction I am considering: Implement a validating/mutating webhook that intercepts the Deletion request to the Composite. Alternatively, if...
@bobh66 Would love to take a look! I am guessing that would not tackle this use-case though? https://github.com/crossplane/crossplane/issues/2439#issuecomment-1113504045
One possible implementation: https://github.com/kubernetes-sigs/kueue/pull/1742 ... thoughts?
Thoughts on the approach of defining and implementing a basic set of metrics first and then splitting additional metrics / tracing into other issues? Seems like that might be a...
I am not up to speed on the correct implementation off the cuff so I skimmed this article and it looks pretty informative: https://ieftimov.com/posts/make-resilient-golang-net-http-servers-using-timeouts-deadlines-context-cancellation/
The setting is here: https://github.com/substratusai/lingo/blob/4350d67aedd7871c8397f27d4c6ab6c2d79e4865/main.go#L78 In this case, `1` is the concurrency setting.
I agree with zap. Zap is actually the underlying logger that is typically used in kubernetes controllers. Here is a good example of logger setup for a controller: https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/cronjob-tutorial/testdata/project/cmd/main.go