Unverified Commit c549dc7b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #59099 from karataliu/credflag

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add call to addCredentialProviderFlags **What this PR does / why we need it**: Credential flags such as 'azure-container-registry-config' are still in use, call addCredentialProviderFlags to hook it up. See: https://github.com/kubernetes/kubernetes/pull/56995#issuecomment-361483382 **Which issue(s) this PR fixes** Follow up of #56995 **Special notes for your reviewer**: /assign @mtaufen @liggitt **Release note**: ```release-note NONE ```
parents 89cbdc0d 68f03d4e
......@@ -40,6 +40,7 @@ import (
func AddGlobalFlags(fs *pflag.FlagSet) {
addGlogFlags(fs)
addCadvisorFlags(fs)
addCredentialProviderFlags(fs)
verflag.AddFlags(fs)
logs.AddFlags(fs)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment