We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9702ce5 + 9d5e288 commit 8598943Copy full SHA for 8598943
test/extension/config/default/manager_pull_policy.yaml
@@ -7,4 +7,7 @@ spec:
7
spec:
8
containers:
9
- name: manager
10
- imagePullPolicy: Always
+ # No image is currently published for the test extension.
11
+ # To run locally either pre-load the image onto the control-plane nodes or change the manager_image_patch.yaml
12
+ # image ref to a registry with an up-to-date test-extension image.
13
+ imagePullPolicy: IfNotPresent
0 commit comments