Document URL: https://docs.openshift.com/container-platform/4.6/operators/operator_sdk/osdk-working-bundle-images.html Section Number and Name: Describe the issue: operator-sdk bundle create <image> Command "create" is deprecated, use 'generate bundle' and 'docker build -f bundle.Dockerfile' instead Suggestions for improvement: operator-sdk generate bundle --version <image version 0.0.1> podman build -f bundle.Dockerfile -t <image> . podman push <image> operator-sdk bundle validate <image> -b podman Additional information:
Raised PR - https://github.com/openshift/openshift-docs/pull/37177
verified.