mirror of https://github.com/kubernetes/kops.git
Increase verbosity level of log message about object ACLs
This commit is contained in:
parent
e71f1f0cb0
commit
896b4ce56e
|
@ -62,7 +62,7 @@ func (s *gcsAclStrategy) GetACL(ctx context.Context, p vfs.Path, cluster *kops.C
|
||||||
}
|
}
|
||||||
|
|
||||||
if bucketPolicyOnly {
|
if bucketPolicyOnly {
|
||||||
klog.Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
|
klog.V(8).Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue