aylei / kubectl-debug

This repository is no longer maintained, please checkout https://github.com/JamesTGrant/kubectl-debug.
Apache License 2.0
2.31k stars 303 forks source link

Improve handling and validation of registry credentials with Docker #131

Closed atheriel closed 4 years ago

atheriel commented 4 years ago

This improves support for reusing existing Kubernetes dockerconfigjson secrets with the Docker runtime.

Invalid secrets also now surface a more useful error message than "authentication required".

The README has also been updated to mention that you can use Kubernetes's built-in support for registry credential secrets.