Closed praveenkumar closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from praveenkumar. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/retest
@praveenkumar: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-snc | 92a9481b90b9f99c71043f8dbf2a5560c4e7cc2b | link | true | /test e2e-snc |
Full PR test history. Your PR dashboard.
/close
@praveenkumar: Closed this PR.
As of now when user consume the bundle to provision the cluster, old data around pods and lease is consumed and timestamp for those pods are also around same time when we first provisioned this cluster. This PR try to use etcd image to run etcd server using same db which created by the cluster and uses etcdctl command to delete the pods and lease details. It will help to make sure every pods comes up in clean state.
Something similar done in recert project