mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
add another registry URL
This commit is contained in:
@@ -37,7 +37,7 @@ const (
|
||||
storageScopePrefix = "https://www.googleapis.com/auth/devstorage"
|
||||
)
|
||||
|
||||
var containerRegistryUrls = []string{"container.cloud.google.com"}
|
||||
var containerRegistryUrls = []string{"container.cloud.google.com", "gcr.io"}
|
||||
|
||||
var metadataHeader = &http.Header{
|
||||
"Metadata-Flavor": []string{"Google"},
|
||||
|
Reference in New Issue
Block a user