Daniel Lipovetsky
Daniel Lipovetsky
I think the root cause is HAProxy allocating resources for each connection, up to the maximum, and deriving that maximum (`maxconn`) from the (very high) kernel default file descriptor limit,...
@sebltm I think you mean the `AWSMachinePool` CRD. Please describe how the hooks work with ASGs. Where do the hooks get defined in the ASG API? Do they have to...
Thanks for triaging! > Is the idea to pass through all the labels/annotations on the HelmChartProxy to the namespace? I hadn't considered passing through labels/annotations on the HelmChartProxy. I would...
I'd like to hear from other users who need this; are they happy with one or more of the alternatives I listed above? Do they have other alternatives? I wouldn't...
> This will need implementation work in github.com/go-delve/delve to do the mapping and modifications to the extension to provide the necessary data from the client. Can you please elaborate on...
What does this require from the VCD provider? Does it require [placement policies](https://docs.vmware.com/en/VMware-Cloud-Director/10.5/VMware-Cloud-Director-Service-Provider-Admin-Guide/GUID-236A070E-83E6-4648-8F2F-557248C9735D.html)? The CAPVCD types would need to add support for the ["failure domain" concept from Cluster API](https://cluster-api.sigs.k8s.io/developer/providers/cluster-infrastructure.html?highlight=failure%20domain#infracluster-resources).
As far as I understand, the instance-type label is [set by kubelet, based on information it retrieves](https://github.com/kubernetes/kubernetes/blob/d3eb082568cc9353b397c8ca59cbe291670d9ddc/pkg/kubelet/kubelet_node_status.go#L399) using the `InstanceType` method of the Cloud Provider Interface (CPI). For example, the...
How much of this can we solve with documenation vs. code and cluster/infrastructure component template changes? /triage needs-information
Thanks for filing this @AmitSahastra! I see that the clusterawsadm CLI uses a default "partition" value to derive ARNs, and does not "discover" facts (such as region) about the user's...