Skip to content

Commit

Permalink
cleanup: Caching imagePullPolicy for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolledg-amd committed Jan 23, 2024
1 parent 6d3fe6c commit c301059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/samples/onload/base/onload_v1alpha1_onload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
version: # eg. 8.0.0.0

# ImagePullPolicy is the policy used when pulling images. Optional.
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

# ControlPlane allows fine-tuning of the Onload control plane server.
# Optional.
Expand All @@ -96,7 +96,7 @@ spec:
devicePlugin:

# ImagePullPolicy is the policy used when pulling images. Optional.
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

# MaxPodsPerNode is the number of Kubernetes devices that the Onload Device
# Plugin should register with the kubelet. Notionally this is equivalent to
Expand Down
2 changes: 0 additions & 2 deletions config/samples/sfnettest/client-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
- name: onload-sfnettest-server
# The image's default entrypoint is a sfnt-pingpong server
image: docker.io/onload/sfnettest:1.6.0-rc2
imagePullPolicy: Always
resources:
limits:
amd.com/onload: 1
Expand Down Expand Up @@ -53,7 +52,6 @@ spec:
containers:
- name: onload-sfnettest-client
image: docker.io/onload/sfnettest:1.6.0-rc2
imagePullPolicy: Always
command:
- /bin/sh
- -c
Expand Down

0 comments on commit c301059

Please # to comment.