2.6. Removing deprecated image stream tags from the Cluster Samples Operator
The Cluster Samples Operator leaves deprecated image stream tags in an image stream because users can have deployments that use the deprecated image stream tags.
You can remove deprecated image stream tags by editing the image stream with the oc tag command.
Deprecated image stream tags that the samples providers have removed from their image streams are not included on initial installations.
Prerequisites
-
You installed the OpenShift CLI (
oc).
Procedure
Remove deprecated image stream tags by editing the image stream with the following
oc tagcommand:$ oc tag -d <image_stream_name:tag>Example output
Deleted tag default/<image_stream_name:tag>.