Stephan Merker
Stephan Merker
https://github.com/cloudfoundry/cli/issues/1839 explicitly requested recursive service instance deletion (i.e. including all service bindings). This is now the standard behaviour of CF API v3 and cf8. The rational was that `cf delete-service`...
WIP: - https://github.com/cloudfoundry/cloud_controller_ng/issues/2872 - https://github.com/cloudfoundry/cloud_controller_ng/pull/2880
This is a rather drastic memory regression. Are only staging containers affected or will this also lead to OOMs for running apps (that ran stable before). I will raise this...
Adding a feature "tcpdump" to https://v3-apidocs.cloudfoundry.org/version/3.122.0/#supported-app-features might be a straight forward option.
OK, we need then to adapt #3949 to work with mysql 5.7. Labeled it as blocked until May 2025.
cc-uploader translates a synchronous droplet upload request by Diego (`POST /v1/droplet/:guid?cc-droplet-upload-uri=:uri&timeout=900`) into an asynchronous droplet upload process as implemented by the CC (`POST /internal/v4/droplets/:guid/upload` + polling of the returned job...
Is a `icmpv6` protocol type in ASGs really required? The difference between icmpv4 and icmpv6 could be done based on the IP address format in the ASG destination. This makes...
The different type and code values are indeed an argument for having separate `icmp` and `icmpv6` protocols in the ASG definition. For the remaining protocols `tcp`, `udp`, and also `all`,...
Another solution that avoids the drawbacks of the options 1 and 2 mentioned above is to go back to the original [RFC0030 Add Support for File based Service Binding Information](https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0030-add-support-for-file-based-service-binding.md)....
We discussed the proposals in the ARI WG meeting on 28.1. (unfortunately with low attendance). If there are no strong arguments until end of this week we will go for...