Kubernetes üzerinde Docker rate limit aşma
Buun için docker hub üzerindeki kullanıcı adı ve parolanızı not aldığınızı varsayıyorum. Öncelikle bu erişim bilgilerini hangi namespace'te kullanacaksanız sadece onun altında secret oluşturmanız gerekiyor. aşağıdaki gibi "orneknamespace" namespace'inde bir secret oluşturmanız gerekiyor: kubectl create secret docker-registry dockerhub-secret3333 \ --docker-server=index.docker.io/v1/ \ --docker-username=KULLANICI_ADINIZ \ --docker-password="PAROLANIZ_VEYA_TOKEN" -n orneknamespace...
Original Source
Read the full article at Dev →KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.