You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One-off tasks/scripts are ran as k8s pods just as well as anything else. Consequently, all of these (transient) pods get a Service object created, which remains even after the pod had finished its job.
Desired behavior
Clean up Services together with Pods.
Better still, don't create them at all.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered:
What's your CLI version?
1.4.3
Description & steps to reproduce
One-off tasks/scripts are ran as k8s pods just as well as anything else. Consequently, all of these (transient) pods get a
Service
object created, which remains even after the pod had finished its job.Desired behavior
Clean up
Service
s together withPod
s.Better still, don't create them at all.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: