1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 13:07:48 +00:00
node-feature-discovery/test/e2e/utils
Francesco Romani 622adf3863 test: e2e: configurable pull policy
In some cases (CI) it is useful to run NFD e2e tests using
ephemeral clusters. To save time and bandwidth, it is also useful
to prime the ephemeral cluster with the images under test.

In these circumstances there is no risk of running a stale image,
and having a `Always` PullPolicy hardcoded actually makes
the whole exercise null.

So we add a new option, disabled by default, to make the e2e
manifest use the `IfNotPresent` pull policy, to effectively
cover this use case.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-08-10 15:06:59 +02:00
..
config.go Move helpers method to the separate package 2022-08-09 13:47:52 +02:00
pod.go test: e2e: configurable pull policy 2022-08-10 15:06:59 +02:00
rbac.go Move helpers method to the separate package 2022-08-09 13:47:52 +02:00
service.go Move helpers method to the separate package 2022-08-09 13:47:52 +02:00