Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Issue on page Monitoring #2166

Closed
Tracked by #1578
edermarlon opened this issue Oct 28, 2024 · 1 comment
Closed
Tracked by #1578

docs: Issue on page Monitoring #2166

edermarlon opened this issue Oct 28, 2024 · 1 comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@edermarlon
Copy link

I would like to report an issue on page https://operator.docs.scylladb.com/v1.14/monitoring

Problem

All commands on the sections bellow are missing the namespace (-n scylla):

https://operator.docs.scylladb.com/stable/monitoring.html#wait-for-scylladbmonitoring-to-roll-out
https://operator.docs.scylladb.com/stable/monitoring.html#wait-for-prometheus-to-roll-out
https://operator.docs.scylladb.com/stable/monitoring.html#wait-for-grafana-to-roll-out

Suggest a fix

Add -n scylla to those commands. E.g.:

$ kubectl wait --for='condition=Progressing=False' scylladbmonitorings.scylla.scylladb.com/example
Error from server (NotFound): scylladbmonitorings.scylla.scylladb.com "example" not found

$ kubectl wait --for='condition=Progressing=False' scylladbmonitorings.scylla.scylladb.com/example -n scylla
scylladbmonitoring.scylla.scylladb.com/example condition met

Or, save the namespace for all subsequent kubectl commands in that context:

$ kubectl config set-context --current --namespace=scylla
Context "minikube" modified.

$ kubectl wait --for='condition=Progressing=False' scylladbmonitorings.scylla.scylladb.com/example
scylladbmonitoring.scylla.scylladb.com/example condition met```
@scylla-operator-bot scylla-operator-bot bot added the needs-priority Indicates a PR lacks a `priority/foo` label and requires one. label Oct 28, 2024
@tnozicka tnozicka added kind/documentation Categorizes issue or PR as related to documentation. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Oct 29, 2024
@scylla-operator-bot scylla-operator-bot bot removed the needs-priority Indicates a PR lacks a `priority/foo` label and requires one. label Oct 29, 2024
@tnozicka tnozicka added the triage/accepted Indicates an issue or PR is ready to be actively worked on. label Oct 29, 2024
@tnozicka
Copy link
Member

The explicit namespace has been removed in #2188 so it all runs in the same (current) namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

2 participants