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

[Feature] When Deploy Doris on K8s, it only works for Statefulset, cannot choose any other advanced StatefulSet. #37368

Open
2 of 3 tasks
shanshanying opened this issue Jul 6, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@shanshanying
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Description

When deploying Doris on K8s, we found its K8sDeployManager is bounded to use Statefuset workload, does not have the flexibility to use other advanced statefulset.

image

Use case

No response

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@shanshanying shanshanying added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 6, 2024
@lc2705
Copy link

lc2705 commented Jul 8, 2024

advanced statefulset seems not a standard resource in k8s, which works with a self-defined operator

@intelligentfu
Copy link

from your description, K8sDeployManager mode is not recommended for use. can use doris-operator to deploy doris.
BTW, In my options, statefulset is the basic resource in k8s, kube-controller-manager is the basic component, so it should not deprecated, advanced statefulset is not a standard resource in k8s, The implementation methods of each platform are different. so can you share some advice on how to support users using specific resources in k8s to manage pods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants