Open kahirokunn opened 6 months ago
This issue is currently awaiting triage.
If CAPI Operator contributors determines this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
We have verified that cluster-api-operator cannot be successfully installed by helm upgrade --install
.
The helm install
works.
It won't work if you move it as it is because CRDs uses the go template. 😢
related to #188
Oh, Thx.
/reopen
I think it's still worth keeping open as the team considers the design of where CRDs are placed.
@dtzar: Reopened this issue.
Okay👌
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-lifecycle rotten
What steps did you take and what happened: Attempting to install the Helm chart for
cluster-api-operator
results in a flaky installation process. TheCRDs
are located in thetemplates/operator-components.yaml
file instead of thecrds
directory.What did you expect to happen: The Helm install should complete successfully without errors.
Anything else you would like to add: It is possible to separate the
CustomResourceDefinitions
from the other components using commands like the following:Can we consider reorganizing the files accordingly?
Environment:
kubectl version
):/etc/os-release
):/kind bug [One or more /area labels. See https://github.com/kubernetes-sigs/cluster-api-operator/labels?q=area for the list of labels]
Feel free to fill in the specific versions and any additional environment details before submitting the issue.