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
As discussed in #121, create a command to download a set of CRDs from this repo (maybe omc pull crd?). That way, the omc could have an up-to-date list of common CRDs in case they are not included in the must-gather.
To not conflict with custom CRDs in ~/.omc/customresourcedefinitions/, maybe having 2 different directories there could help:
~/.omc/customresourcedefinitions/omc_base: where the above command will download the CRDs from this repo).
~/.omc/customresourcedefinitions/custom: for custom CRDs added by users. If this approach is used, when upgrading, the CRDs in ~/.omc/customresourcedefinitions/ should be moved to ~/.omc/customresourcedefinitions/custom.
If the two above directories are created, I think the omc_base should be checked before the custom one, or allow to configure the order with an option.
The text was updated successfully, but these errors were encountered:
The CRD are available in an operator's bundle image [1] so perhaps we can figure out a way to extract it from there instead of duplicating those here and having to keep it in sync over time.
As discussed in #121, create a command to download a set of CRDs from this repo (maybe
omc pull crd
?). That way, theomc
could have an up-to-date list of common CRDs in case they are not included in the must-gather.To not conflict with custom CRDs in
~/.omc/customresourcedefinitions/
, maybe having 2 different directories there could help:~/.omc/customresourcedefinitions/omc_base
: where the above command will download the CRDs from this repo).~/.omc/customresourcedefinitions/custom
: for custom CRDs added by users. If this approach is used, when upgrading, the CRDs in~/.omc/customresourcedefinitions/
should be moved to~/.omc/customresourcedefinitions/custom
.If the two above directories are created, I think the
omc_base
should be checked before thecustom
one, or allow to configure the order with an option.The text was updated successfully, but these errors were encountered: