kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
384 stars 55 forks source link

feat: allow NET_ADMIN capabilities for services #2457

Closed tiljrd closed 3 months ago

tiljrd commented 6 months ago

Description

This update introduces the ability to add NET_ADMIN capabilities to kurtosis services. The NET_ADMIN capability can be added to a ServiceConfig as outlined below: config = ServiceConfig( capabilities = ["NET_ADMIN"] )

Is this change user facing?

YES