Goober
Goober
Same problem in macbook pro
make some comments in pr(https://github.com/argoproj/argo-workflows/pull/13185) about `IsExitNode` function Or maybe need to be clear about the definition of an ExitNode 1. The root node of the exit handle 2. Any...
> ```go > // IsPartOfExitHandler returns whether node is part of exit handler. > func (woc *wfOperationCtx) IsPartOfExitHandler(node wfv1.NodeStatus) bool { > if node.BoundaryID == "" { > return node.IsExitNode()...
@xjhust > the pod has been evicted by kubelet will not restart The pods expelled by the K8S node will be re-scheduled. If not, you need to check if your...
> Likely either would work -- we could discuss the relative merits. Main reason I'd lean towards a replicaset is that it is simpler. All we need is the ability...
> Try to summarize the current discussion: > > * Currently, if a Pod's `restartPolicy` is `Always`, KubeRay will not delete the Pod. Instead, KubeRay waits for the Pod restarts...
> If a Pod is Succeeded or Failed, the Pod will not restart based on [this doc](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/). Pods that have an auto-restart policy set may undergo a transition between the...