Skip to content

Issue with k8s.io/docs/tasks/configure-pod-container/pull-image-private-registry/ #12072

@prary

Description

@prary

This is a...

  • Feature Request
  • Bug Report

Problem:
I'll keep it short why are we authenticating twice once

  • docker login
  • kubectl create secret docker-registry regcred --docker-server= --docker-username= --docker-password= --docker-email=

Twice we have to use username and password, I think this extra step can be avoided.

Proposed Solution:
Use ~/.docker/config.json as secret to authenticate with registry?

Page to Update:
https://kubernetes.io/...

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions