Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

imageSecret.md

File metadata and controls

12 lines (10 loc) · 303 Bytes

imageSecret 생성하기 | To create imageSecret

Main, 메인

Main

Command, 커맨드

$ kubectl create secret -n default docker-registry <IMAGE_REPO_SECRET> \
[--docker-server=<registry server> ] \
--docker-username=<repo username> \
--docker-password=<repo password>