Skip to content

Commit

Permalink
Update kubernetes registry to registry.k8s.io
Browse files Browse the repository at this point in the history
Update registry location for non-nfd images.
  • Loading branch information
marquiz committed Sep 12, 2022
1 parent 4f34451 commit f21315d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/quick-start.md
Expand Up @@ -57,7 +57,7 @@ metadata:
name: feature-dependent-pod
spec:
containers:
- image: k8s.gcr.io/pause
- image: registry.k8s.io/pause
name: pause
nodeSelector:
# Select a valid feature
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/utils/pod.go
Expand Up @@ -40,7 +40,7 @@ import (
var pullIfNotPresent = flag.Bool("nfd.pull-if-not-present", false, "Pull Images if not present - not always")

const (
PauseImage = "k8s.gcr.io/pause"
PauseImage = "registry.k8s.io/pause"
)

// GuarenteedSleeperPod makes a Guaranteed QoS class Pod object which long enough forever but requires `cpuLimit` exclusive CPUs.
Expand Down

0 comments on commit f21315d

Please sign in to comment.