You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/content/en/docs/cli/operator-sdk_run_bundle-upgrade.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ operator-sdk run bundle-upgrade <bundle-image> [flags]
21
21
```
22
22
--ca-secret-name string Name of a generic secret containing a PEM root certificate file required to pull bundle images. This secret *must* be in the namespace that this command is configured to run in, and the file *must* be encoded under the key "cert.pem"
23
23
-h, --help help for bundle-upgrade
24
+
--image-pull-policy string image pull policy for the registry pod (default "Always")
24
25
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
25
26
-n, --namespace string If present, namespace scope for this CLI request
26
27
--pull-secret-name string Name of image pull secret ("type: kubernetes.io/dockerconfigjson") required to pull bundle images. This secret *must* be both in the namespace and an imagePullSecret of the service account that this command is configured to run in
Copy file name to clipboardexpand all lines: website/content/en/docs/cli/operator-sdk_run_bundle.md
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ operator-sdk run bundle <bundle-image> [flags]
31
31
--ca-secret-name string Name of a generic secret containing a PEM root certificate file required to pull bundle images. This secret *must* be in the namespace that this command is configured to run in, and the file *must* be encoded under the key "cert.pem"
32
32
--decompression-image string image used in an init container in the registry pod to decompress the compressed catalog contents. cat and gzip binaries are expected to exist in the PATH (default "registry.access.redhat.com/ubi9/ubi:9.4")
33
33
-h, --help help for bundle
34
+
--image-pull-policy string image pull policy for the registry pod (default "Always")
34
35
--index-image string index image in which to inject bundle (default "quay.io/operator-framework/opm:latest")
35
36
--install-mode InstallModeValue install mode
36
37
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
0 commit comments