Geoff Webster

Results 71 comments of Geoff Webster

/remove-lifecycle rotten

/remove-lifecycle stale

/remove-lifecycle stale

I know we've been looking at Pixie, though not sure if using that requires AMI changes.

Could also attach AMI ID as a node label, but this would be easier for everyone.

I saw this same error with one of our pods. The reason seemed to be because the pod had a nodeSelector that I didn't have a tag hint for in...

Here is an example of what the Service Quota expression queries look like in CloudWatch (from the source view). ```json { "metrics": [ [ "AWS/Usage", "ResourceCount", "Class", "Standard/Spot", "Resource", "vCPU",...

Ya, default scrape timeout I think is 10s. Depending on the number of metric namespaces/total count of metrics within those namespaces it can take a while for GCP to return...

FYI, Changing selector labels will require forced redeployment of all components as that field is immutable, so it'll be a semi-breaking change. Might want to look at not doing that.

@zyyw As far as I'd seen, you cannot change the labels used in selectors after a deployment, it'll error out saying its a immutable field. So if this lands, users...