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
When kurtosis deploys its engine to a k8s cluster, it creates a Pod, not a Deployment.
Pods do not enjoy same guarantees as deployments. E.g. if the node it runs on is re-provisioned the Pod will be gone and not recreated on another Node.
Desired behavior
Kurtosis engine in k8s must be either a Deployment (if it's stateless) or a StatefulSet (if it's stateful).
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
When kurtosis deploys its engine to a k8s cluster, it creates a
Pod
, not aDeployment
.Pods do not enjoy same guarantees as deployments. E.g. if the node it runs on is re-provisioned the
Pod
will be gone and not recreated on anotherNode
.Desired behavior
Kurtosis engine in k8s must be either a
Deployment
(if it's stateless) or aStatefulSet
(if it's stateful).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: