mirror of https://github.com/k3s-io/k3s
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 ```pull/6/head
commit
c549dc7b4c
|
@ -40,6 +40,7 @@ import (
|
|||
func AddGlobalFlags(fs *pflag.FlagSet) {
|
||||
addGlogFlags(fs)
|
||||
addCadvisorFlags(fs)
|
||||
addCredentialProviderFlags(fs)
|
||||
verflag.AddFlags(fs)
|
||||
logs.AddFlags(fs)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue