Open
Description
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