mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
fix klog.Info -> klog.Infof
This commit is contained in:
@@ -257,7 +257,7 @@ func (a *acrProvider) Provide(image string) credentialprovider.DockerConfig {
|
|||||||
if exists {
|
if exists {
|
||||||
klog.V(4).Infof("Got ACR credentials from cache for %s", loginServer)
|
klog.V(4).Infof("Got ACR credentials from cache for %s", loginServer)
|
||||||
} else {
|
} else {
|
||||||
klog.V(2).Info("unable to get ACR credentials from cache for %s, checking ACR API", loginServer)
|
klog.V(2).Infof("unable to get ACR credentials from cache for %s, checking ACR API", loginServer)
|
||||||
var err error
|
var err error
|
||||||
cfg, err = a.getFromACR(loginServer)
|
cfg, err = a.getFromACR(loginServer)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user