Closed benedikt-bartscher closed 1 year ago
Could you try https://kops.sigs.k8s.io/cluster_spec/#containerregistry and see if that helps?
Hi @hakman, how would that help defining multiple servers?
There is no way to define multiple servers. It just normalises the paths to have mirror to a single ECR.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Which container assets aren't pulled through containerd-configured mirrors? Aren't they pulled as any other container through CRI?
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see. To overcome dockerhub rate limits, speed up pull times and increase availability we just started configuring registry mirros as a pull-trough cache. We setup clusterspec.containerd.registryMirrors for 5 different registries. However we noticed that kops assets won't get pulled trough the containerd registry mirrors. We then discovered clusterspec.assets.containerProxy but you can only define one containerProxy, not multiple for multiple registrys.
2. Feel free to provide a design supporting your feature request. Either just pull kops container assets trough the registrymirrors defined for containerd or allow configuring multiple asset containerProxys.