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
returnfmt.Errorf("specifying the bundle add mode is not supported for File-Based Catalog bundles and index images")
104
105
}
105
-
} else {
106
-
// index image is of the SQLite index format.
107
-
deprecationMsg:=fmt.Sprintf("%s is a SQLite index image. SQLite based index images are being deprecated and will be removed in a future release, please migrate your catalogs to the new File-Based Catalog format", i.IndexImageCatalogCreator.IndexImage)
deprecationMsg:=fmt.Sprintf("%s is a SQLite index image. SQLite based index images are being deprecated and will be removed in a future release, please migrate your catalogs to the new File-Based Catalog format", i.IndexImageCatalogCreator.IndexImage)
Copy file name to clipboardExpand all lines: website/content/en/docs/cli/operator-sdk_run_bundle-upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ operator-sdk run bundle-upgrade <bundle-image> [flags]
24
24
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
25
25
-n, --namespace string If present, namespace scope for this CLI request
26
26
--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
27
-
--security-context-config SecurityContext specifies the security context to use for the catalog pod. allowed: 'restricted', 'legacy'. (default restricted)
27
+
--security-context-config SecurityContext specifies the security context to use for the catalog pod. allowed: 'restricted', 'legacy'. (default legacy)
28
28
--service-account string Service account name to bind registry objects to. If unset, the default service account is used. This value does not override the operator's service account
29
29
--skip-tls skip authentication of image registry TLS certificate when pulling a bundle image in-cluster
30
30
--skip-tls-verify skip TLS certificate verification for container image registries while pulling bundles
0 commit comments