mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
Drop the beta for GCR v2 images.
beta.gcr.io is no longer needed to pull through v2.
This commit is contained in:
@@ -130,7 +130,7 @@ var _ = Describe("kubelet", func() {
|
||||
Client: framework.Client,
|
||||
Name: rcName,
|
||||
Namespace: framework.Namespace.Name,
|
||||
Image: "beta.gcr.io/google_containers/pause:2.0",
|
||||
Image: "gcr.io/google_containers/pause:2.0",
|
||||
Replicas: totalPods,
|
||||
})).NotTo(HaveOccurred())
|
||||
// Perform a sanity check so that we know all desired pods are
|
||||
|
Reference in New Issue
Block a user