Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tapajit Chandra Paul <[email protected]>
  • Loading branch information
tapojit047 committed Oct 29, 2024
1 parent e149b7a commit c7d7b88
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Druid Topology Cluster Guide
menu:
docs_{{ .version }}:
identifier: guides-druid-clustering-topology-cluster-guide
name: Druid Topology Cluster Guide
name: Guide
parent: guides-druid-clustering
weight: 20
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Druid Topology Cluster Overview
menu:
docs_{{ .version }}:
identifier: guides-druid-clustering-topology-cluster-guide
name: Druid Topology Cluster Overview
identifier: guides-druid-clustering-topology-cluster-overview
name: Overview
parent: guides-druid-clustering
weight: 15
menu_name: docs_{{ .version }}
Expand Down
16 changes: 3 additions & 13 deletions docs/guides/druid/concepts/druid.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section_menu_id: guides
As with all other Kubernetes objects, a Druid needs `apiVersion`, `kind`, and `metadata` fields. It also needs a `.spec` section. Below is an example Druid object.

```yaml
apiVersion: kubedb.com/v1
apiVersion: kubedb.com/v1alpha2
kind: Druid
metadata:
name: druid
Expand Down Expand Up @@ -53,18 +53,6 @@ spec:
timeoutSeconds: 10
keystoreCredSecret:
name: druid-keystore-cred
podTemplate:
metadata:
annotations:
passMe: ToDatabasePod
labels:
thisLabel: willGoToPod
controller:
annotations:
passMe: ToPetSet
labels:
thisLabel: willGoToPts
storageType: Durable
deletionPolicy: DoNotTerminate
tls:
certificates:
Expand Down Expand Up @@ -137,6 +125,7 @@ spec:
limits:
cpu: 700m
memory: 2Gi
storageType: Durable
storage:
accessModes:
- ReadWriteOnce
Expand All @@ -156,6 +145,7 @@ spec:
limits:
cpu: 700m
memory: 2Gi
storageType: Durable
storage:
accessModes:
- ReadWriteOnce
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/druid/concepts/druidautoscaler.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
trigger: "On"
usageThreshold: 60
scalingThreshold: 50
middleMangers:
middleManagers:
expansionMode: "Online"
trigger: "On"
usageThreshold: 60
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/druid/concepts/druidopsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
volumeExpansion:
mode: "Online"
historicals: 2Gi
middleMangers: 2Gi
middleManagers: 2Gi
status:
conditions:
- lastTransitionTime: "2024-07-25T18:22:38Z"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/druid/volume-expansion/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
resources:
requests:
storage: 1Gi
storageType: Durable
storageType: Durable
middleManagers:
replicas: 1
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources:
requests:
storage: 1Gi
storageType: Durable
storageType: Durable
middleManagers:
replicas: 1
storage:
Expand Down

0 comments on commit c7d7b88

Please sign in to comment.