Skip to content

Commit

Permalink
fix: kafka create no pvc (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: wangyelei <[email protected]>
  • Loading branch information
wangyelei and wangyelei authored Dec 8, 2023
1 parent 4d7c7f7 commit 7f2fbab
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 0 deletions.
Binary file modified pkg/cluster/charts/apecloud-mysql-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/clickhouse-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/kafka-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/llm-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/milvus-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/mongodb-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/neon-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/postgresql-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/qdrant-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/redis-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/weaviate-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/xinference-cluster.tgz
Binary file not shown.
4 changes: 4 additions & 0 deletions pkg/cmd/cluster/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ const (
// set the components volume names, key is the component type.
var componentVolumes = map[string][]string{
"bookies": {"journal", "ledgers"},
// kafka controller
"controller": {"metadata"},
"kafka-broker": {"metadata", "data"},
"kafka-server": {"metadata", "data"},
}

// UpdatableFlags is the flags that cat be updated by update command
Expand Down

0 comments on commit 7f2fbab

Please sign in to comment.