mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-28 18:57:10 +00:00
Update kubernetes registry to registry.k8s.io
Update registry location for non-nfd images.
This commit is contained in:
parent
4f34451db8
commit
f21315d85f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue