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
To ensure that CRDs are available to be sued by the chart, Helms makes user to install and wait for the avilability of the CRDs that are in the special folder chart/crds. This allows other components of the chart to install CRs.
Here is an example of error that may otherwise happen:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "kubestellar" namespace: "" from "": no matches for kind "PostCreateHook" in version "tenancy.kflex.kubestellar.org/v1alpha1"
ensure CRDs are installed first, resource mapping not found for name: "ocm" namespace: "" from "": no matches for kind "PostCreateHook" in version "tenancy.kflex.kubestellar.org/v1alpha1"
ensure CRDs are installed first]
Proposed Solution
Modify the make chart process to separate the CP and PCH CRDs into the special folder chart/crds
Want to contribute?
I would like to work on this issue.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
To ensure that CRDs are available to be sued by the chart, Helms makes user to install and wait for the avilability of the CRDs that are in the special folder
chart/crds
. This allows other components of the chart to install CRs.Here is an example of error that may otherwise happen:
Proposed Solution
Modify the
make chart
process to separate the CP and PCH CRDs into the special folderchart/crds
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: