Skip to content

docs: Issue on page GitOps (kubectl) #2482

Open
@maesta2

Description

@maesta2

I would like to report an issue on page https://operator.docs.scylladb.com/v1.15/installation/gitops

Problem

Setting up local storage on nodes and enabling tuning > Any platform(Loop Devices)

ubuntu@operator:~/scylla-operator$ kubectl -n=scylla-operator apply --server-side -f=https://raw.githubusercontent.com/scylladb/scylla-operator/v1.15/examples/generic/nodeconfig-alpha.yaml
nodeconfig.scylla.scylladb.com/cluster serverside-applied

ubuntu@operator:~/scylla-operator$ kubectl wait --for='condition=Reconciled' --timeout=10m nodeconfigs.scylla.scylladb.com/scylladb-nodepool-1
Error from server (NotFound): nodeconfigs.scylla.scylladb.com "scylladb-nodepool-1" not found

Suggest a fix

ubuntu@operator:~/scylla-operator$ kubectl get nodeconfigs.scylla.scylladb.com -n scylla-operator
NAME      AVAILABLE   PROGRESSING   DEGRADED   AGE
cluster   True        False         False      69s

ubuntu@operator:~/scylla-operator$ kubectl wait --for='condition=Reconciled' --timeout=10m nodeconfigs.scylla.scylladb.com/cluster -n scylla-operator
nodeconfig.scylla.scylladb.com/cluster condition met

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-priorityIndicates a PR lacks a `priority/foo` label and requires one.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions