mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
revert removal of gcr.io/gke-release from pr 100179
This commit is contained in:
@@ -82,6 +82,13 @@ var registryTests = []struct {
|
||||
err: nil,
|
||||
},
|
||||
},
|
||||
{
|
||||
"gcr.io/gke-release/test:latest",
|
||||
result{
|
||||
result: "test.io/gke-release/test:latest",
|
||||
err: nil,
|
||||
},
|
||||
},
|
||||
{
|
||||
"k8s.gcr.io/sig-storage/test:latest",
|
||||
result{
|
||||
@@ -104,6 +111,7 @@ func TestReplaceRegistryInImageURL(t *testing.T) {
|
||||
dockerLibraryRegistry = "test.io/library"
|
||||
e2eRegistry = "test.io/kubernetes-e2e-test-images"
|
||||
gcRegistry = "test.io"
|
||||
gcrReleaseRegistry = "test.io/gke-release"
|
||||
PrivateRegistry = "test.io/k8s-authenticated-test"
|
||||
sampleRegistry = "test.io/google-samples"
|
||||
sigStorageRegistry = "test.io/sig-storage"
|
||||
|
||||
Reference in New Issue
Block a user