Closed pablochacin closed 2 years ago
Add function to Pods for creating an ephemeral container in a running pod. Also added a function for creating a pod to facilitate testing.
Note: tested with K8s cluster 1.23.x. Previous versions may not work or may need enabling ephemeral containers feature gate
closes #30
Confirmed create and add with Kube v1.22.7 (feature-gates=EphemeralContainers=true).
feature-gates=EphemeralContainers=true
LGTM! Thank you @pablochacin .
Add function to Pods for creating an ephemeral container in a running pod. Also added a function for creating a pod to facilitate testing.
Note: tested with K8s cluster 1.23.x. Previous versions may not work or may need enabling ephemeral containers feature gate
closes #30