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

TiKV example of deployment file #5528

Open
cscetbon opened this issue Jan 21, 2024 · 2 comments
Open

TiKV example of deployment file #5528

cscetbon opened this issue Jan 21, 2024 · 2 comments

Comments

@cscetbon
Copy link

Tidb operator can also be used to spawn a simple TiKV cluster. Hence it should have an example of a deployment file that doesn't contain a tidb section. For now we have to do something like that to spawn it which is annoying

curl https://raw.githubusercontent.com/pingcap/tidb-operator/v1.5.2/examples/basic/tidb-cluster.yaml | \
yq 'del(.spec.tidb)' | \
k apply -f -
@csuzhangxc
Copy link
Member

As TiDB Operator can spawn a simple TiKV cluster, but we don't fully test this, and this is not the goal of TiDB Operator.

@cscetbon
Copy link
Author

Except this is the recommended way to spawn a tikv cluster on Kubernetes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants