-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
Describe the bug
Multiple errors display when installing.
To Reproduce
Steps to reproduce the behavior:
- Run the prep script
bash ./01-prepare.sh
error: unable to read URL "https://github.com/apecloud/kubeblocks/releases/download/v1.0.1-beta.0/kubeblocks_crds.yaml", server reported 404 Not Found, status code=404
...
Error: INSTALLATION FAILED: failed to fetch https://github.com/apecloud/helm-charts/releases/download/kubeblocks-1.0.1-beta.0/kubeblocks-1.0.1-beta.0.tgz : 404 Not Found
error: no matching resources found
...
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "postgresql-basebackup" namespace: "" from "": no matches for kind "ActionSet" in version "dataprotection.kubeblocks.io/v1alpha1"
...
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "redis-physical-br" namespace: "" from "": no matches for kind "ActionSet" in version "dataprotection.kubeblocks.io/v1alpha1"
...
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "elasticsearch-physical-br" namespace: "" from "": no matches for kind "ActionSet" in version "dataprotection.kubeblocks.io/v1alpha1"
...
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "qdrant-snapshot-br" namespace: "" from "": no matches for kind "ActionSet" in version "dataprotection.kubeblocks.io/v1alpha1"- Run
bash ./02-install-database.sh. View errors
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "pg-cluster" namespace: "default" from "": no matches for kind "Cluster" in version "apps.kubeblocks.io/v1"
ensure CRDs are installed first
...
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "redis-cluster" namespace: "default" from "": no matches for kind "Cluster" in version "apps.kubeblocks.io/v1".
...
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "es-cluster" namespace: "default" from "": no matches for kind "Cluster" in version "apps.kubeblocks.io/v1"
ensure CRDs are installed first
...
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "qdrant-cluster" namespace: "default" from "": no matches for kind "Cluster" in version "apps.kubeblocks.io/v1"
Expected Results
I expect any dependencies to be installed using Helm entirely. The existence of these bash scripts implies that the entire stack has not been codified into a helm chart with helm chart dependencies defined. Please consider Helmfile if the dependency tree is quite deep so that the transitive dependencies (e.g CRDs etc) get installed first.
Additional context
- OS: New EKS Cluster in AWS. Latest K8S Version as of now.