Azure / container-service-for-azure-china

Container Service for Azure China
MIT License
422 stars 73 forks source link

Bugs on the README of private docker registry. #32

Closed huajunzhao closed 6 years ago

huajunzhao commented 6 years ago

$ bash ./config-insecure-registry.sh -r <registry_fqdn> -r <k8s_master_fqdn> -u <k8s_ssh_user> -k <path_to_id_rsa>

it should be

$ bash ./config-insecure-registry.sh -r <registry_fqdn> -m <k8s_master_fqdn> -u <k8s_ssh_user> -k <path_to_id_rsa>

andyzhangx commented 6 years ago

I have fixed the doc, thanks for reporting.