mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
cri-o registry auth support (#7837)
* cri-o registry auth support * yaml lint for comments * crio_registry_auth from registry_auth * crio_registry_auth as defaults
This commit is contained in:
committed by
GitHub
parent
e1967b0700
commit
81bf4f9304
@@ -14,6 +14,12 @@ crio_registries: []
|
||||
# Configure insecure registries.
|
||||
crio_insecure_registries: []
|
||||
|
||||
# Configure registry auth (if applicable to secure/insecure registries)
|
||||
crio_registry_auth: []
|
||||
# - registry: 10.0.0.2:5000
|
||||
# username: user
|
||||
# password: pass
|
||||
|
||||
# Define registiries mirror
|
||||
|
||||
crio_registries_mirrors: []
|
||||
|
||||
Reference in New Issue
Block a user