docs: remove outdated etcd-druid CRD manual installation steps#4039
Conversation
Signed-off-by: Rene Rose <rene.rose@krone.de>
|
Hi @rose-krone. Thanks for your PR. I'm waiting for a kcp-dev member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
Yes I have installed the etcd druid chart in a empty cluster: ╰$ k get customresourcedefinitions.apiextensions.k8s.io | grep etcd
╭─INTRANET\roser@vd600008 in ~/Downloads
╰$ helm install etcd-druid oci://europe-docker.pkg.dev/gardener-project/releases/charts/gardener/etcd-druid \
--namespace etcd-druid \
--create-namespace \
--version v0.36.1
Pulled: europe-docker.pkg.dev/gardener-project/releases/charts/gardener/etcd-druid:v0.36.1
Digest: sha256:b670e8d5d0c0a20a5598a68df0c432c1e2dd54ed98251a6f6920c6d0cefa190c
NAME: etcd-druid
LAST DEPLOYED: Fri Apr 17 08:11:42 2026
NAMESPACE: etcd-druid
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Etcd-Druid operator has been deployed to Namespace etcd-druid
Following resources has been deployed with name "etcd-druid":
* Operator Deployment
* Service
* ServiceAccount
* ClusterRole
* ClusterRoleBinding
NOTE: Etcd cluster resource protection webhook has not been enabled. etcd-druid operator will
not be able to protect against any accidental deletion of resources that are created for an Etcd Cluster.
To read more about Etcd cluster resource protection see https://gardener.github.io/etcd-druid/deployment/configure-etcd-druid.html#etcd-components-webhook
To enable 'Etcd cluster resource protection webhook' you can set ".Values.operatorConfig.webhooks.etcdComponentProtection.enabled" (in 'charts/values.yaml' file) to true and re-install the chart.
Now that you have deployed etcd-druid operator you can create Etcd clusters by following the 'Getting Started Guide'.
See: https://gardener.github.io/etcd-druid/deployment/getting-started-locally/getting-started-locally.html#04-preparing-etcd-cr
Etcd examples are present at https://github.com/gardener/etcd-druid/tree/master/examples
╭─INTRANET\roser@vd600008 in ~/Downloads
╰$ k get customresourcedefinitions.apiextensions.k8s.io | grep etcd
etcdcopybackupstasks.druid.gardener.cloud 2026-04-17T06:11:39Z
etcdopstasks.druid.gardener.cloud 2026-04-17T06:11:39Z
etcds.druid.gardener.cloud 2026-04-17T06:11:39Z
|
|
/lgtm thanks for this :) |
|
LGTM label has been added. DetailsGit tree hash: 078a7dbd0d2d5d8dbd63e93ac59e8ae541e9d837 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
Upgrade the etcd-druid version to 0.36.1 and remove the needed workaround section for the crds. The linked issue in the etcd-druid project is solved.
What Type of PR Is This?
/kind cleanup
/kind documentation
Related Issue(s)
none
Release Notes