We only check sandbox status and get sandbox ip once when 'createSandbox'
|
podIP, err := s.k8sClient.GetSandboxPodIP(ctx, sandbox.Namespace, sandbox.Name, sandboxPodName) |
Even after sometime, the pod fails or evicted and recreated, we donot maintain the status any more. This is a missing point from beginning.
cc @YaoZengzeng @acsoto @tjucoder
We only check sandbox status and get sandbox ip once when 'createSandbox'
agentcube/pkg/workloadmanager/handlers.go
Line 208 in 86841e5
Even after sometime, the pod fails or evicted and recreated, we donot maintain the status any more. This is a missing point from beginning.
cc @YaoZengzeng @acsoto @tjucoder