Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION]kubeclocks only support >=1.22? #6250

Closed
acechef opened this issue Dec 27, 2023 · 3 comments
Closed

[QUESTION]kubeclocks only support >=1.22? #6250

acechef opened this issue Dec 27, 2023 · 3 comments
Assignees
Labels
kind/bug Something isn't working Stale
Milestone

Comments

@acechef
Copy link

acechef commented Dec 27, 2023

we k8s cluster is 1.21,but I can not install kubeblocks.
image

@acechef acechef added the kind/bug Something isn't working label Dec 27, 2023
@nayutah
Copy link
Collaborator

nayutah commented Dec 28, 2023

  1. For open source edition, we haven't validated the KB with K8s < 1.22, the k8s version constraints is defined in two places:
    1): kubeblocks helm chart: https://github.com/apecloud/kubeblocks/blob/main/deploy/helm/Chart.yaml
    2): preflight check in kbcli: https://github.com/apecloud/kbcli/blob/main/pkg/cmd/kubeblocks/data/kubeblocks_base_preflight.yaml
    Instead, you can install KB without kbcli, only use helm install:
    https://kubeblocks.io/docs/release-0.7/user_docs/installation/install-with-helm/install-kubeblocks-with-helm
    Remember, before the helm installation, you should follow such steps:
    1): helm fetch the KB helm chart tgz file to a local directory
    2): unzip the chart package, modify the k8s version constraint in the Chart.yaml
    3): install it new local charts with helm install
    It may work, it may not...

  2. For commercial version, we can conduct a further integration and adaption with k8s 1.21, but it takes time and costs, if you are interested in it, contact with me dullboy@infracreate.com

Copy link

This issue has been marked as stale because it has been open for 30 days with no activity

@github-actions github-actions bot added the Stale label Jan 29, 2024
@nayutah
Copy link
Collaborator

nayutah commented Jun 19, 2024

Try 1.21 again, we have tested kubeblocks on k8s 1.21 and works well

@github-actions github-actions bot added this to the Release 0.9.3 milestone Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

3 participants