Skip to content

Commit

Permalink
Merge pull request #9276 from justinsb/gcs_bucket_acl_warn_more_verbo…
Browse files Browse the repository at this point in the history
…sely

gce: log bucket-policy-only message at a level that always appears
  • Loading branch information
k8s-ci-robot authored Jun 5, 2020
2 parents 6d6db96 + e472ed7 commit 628140f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acls/gce/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (s *gcsAclStrategy) GetACL(p vfs.Path, cluster *kops.Cluster) (vfs.ACL, err
}

if bucketPolicyOnly {
klog.V(2).Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
klog.Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName)
return nil, nil
}

Expand Down

0 comments on commit 628140f

Please sign in to comment.