crate / crate/cratedb-guide

Feedback on /install/container/kubernetes/kubernetes.rst

Open
#396 14 comments 0 reactions 0 assignees View on GitHub
maintenance question
Dominant language
No language data
Stars
3
Forks
4
Avg merge
3d 18h
Merged PRs (30d)
1

Description

### Documentation feedback


- Page title: CrateDB and Kubernetes
- Page URL: https://cratedb.com/docs/guide/install/container/kubernetes/kubernetes.html
- Source: https://github.com/crate/cratedb-guide/blob/main/docs/install/container/kubernetes/kubernetes.rst

---

The page includes a snippet about `volumeClaimTemplates`, but @WalBeh mentioned at https://github.com/crate/cratedb-guide/pull/395#discussion_r2421597022 that a `PersistentVolumeClaim` would be expected.

```yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
annotations:
pv.kubernetes.io/bind-completed: "yes"
pv.kubernetes.io/bound-by-controller: "yes"
finalizers:
- kubernetes.io/pvc-protection
labels:
app.kubernetes.io/component: cratedb
app.kubernetes.io/name: xxx
cloud.crate.io/node-name: hot
name: data0-crate-data-hot-xxx-0
namespace: xx
```

Maybe the original configuration snippet is outdated?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.