tkestack / tke

Native Kubernetes container management platform supporting multi-tenant and multi-cluster
Other
1.47k stars 334 forks source link

feat(platform): change pull k8s images tool #2290

Closed leoryu closed 1 year ago

leoryu commented 1 year ago

What type of PR is this? /kind feature

What this PR does / why we need it:

Change 'crictl' to 'nerdctl' will spped up pull process, since nerdctl will not using mirror config which will time out when mirror is not ready.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: