Skip to content

Commit

Permalink
preload images in the nodes for the udn workload (#159)
Browse files Browse the repository at this point in the history
preload images in the nodes

Signed-off-by: Mohit Sheth <[email protected]>
  • Loading branch information
mohit-sheth authored Dec 5, 2024
1 parent a3c28c1 commit b4e1618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/config/udn-density-pods/udn-density-pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
namespacedIterations: true
podWait: false
waitWhenFinished: true
preLoadImages: false
preLoadImages: true
preLoadPeriod: 15s
churn: {{.CHURN}}
churnCycles: {{.CHURN_CYCLES}}
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
- objectTemplate: deployment-client.yml
replicas: 2
inputVars:
podReplicas: 2
podReplicas: 2

0 comments on commit b4e1618

Please sign in to comment.