-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
4.12, 4.11, 4.10
-
Moderate
-
No
-
False
-
Description of problem:
The CRD volumesnapshots.snapshot.storage.k8s.io holds the ShortName convention of vs creating confusion of virtual service shortname vs with volume snapshot
Version-Release number of selected component (if applicable):
4.10+
How reproducible:
100%
Steps to Reproduce:
oc api-resources |grep vs virtualservices vs networking.istio.io/v1beta1 true VirtualServicevolumesnapshots vs snapshot.storage.k8s.io/v1 true VolumeSnapshot
Actual results:
when running `oc explain vs` command it produces output for volumesnapshot instead virtualservice.
Expected results:
Prior to OCP 4.10 the volumesnapshot did not have any shortname but with 4.10 volumesnapshot has a short name conflicting with virtualservice short name. We should avoid shortname conflicts.
Additional info: