Skip to content

Commit

Permalink
Change imagePullPolicy back to IfNotPresent in all deployment files
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Kosorin <[email protected]>
  • Loading branch information
stano45 committed Sep 22, 2024
1 parent 3c1d7e7 commit 7ddce72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
cpu: "500m"
- name: bmv2-controller
image: docker.io/skosorin/bmv2-controller
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
args:
- "--config"
- "/config/switches.json"
Expand Down Expand Up @@ -85,4 +85,4 @@ spec:
emptyDir: {}
- name: config-volume
hostPath:
path: /home/stanley/gsoc/p4containerflow/examples/container_migration_in_kubernetes/config
path: /home/stan/p4containerflow/examples/container_migration_in_kubernetes/config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: http-client
image: docker.io/skosorin/http-client
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: http-server
image: docker.io/skosorin/http-server
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 7ddce72

Please sign in to comment.