k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Documentation "How to Create a Schedule" is not a how-to #873

Open davidgubler opened 1 year ago

davidgubler commented 1 year ago

Description

The documentation How to Create a Schedule is filed under "How-to"s but it is not a how-to. It is lacking several crucial steps which aren't even hinted at.

In fact the paragraph Save the YAML above in a file named schedule.yaml and use the kubectl apply -f schedule.yaml command to deploy this configuration to your cluster. makes it sound like the described configuration should work out-of-the-box which is absolutely not the case.

Additional Context

No response

Logs

No response

Expected Behavior

A "How-to" should include all necessary steps and prerequisites to make something work. It doesn't necessarily have to explain them all in detail (e.g. it doesn't necessarily have to explain how the yaml for a secret looks) but it should still list everything that needs to be done.

In this particular case the page the list of instructions should include:

It would also be fair to just leave it as an exercise to the reader to figure all of this out, but then don't call it "How-to".

Steps To Reproduce

No response

Version of K8up

irrelevant

Version of Kubernetes

irrelevant

Distribution of Kubernetes

irrelevant