cockroachdb / cockroachdb/cockroach-operator
resource crdbclusters/cockroachdb is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
After changing nodes from 3 to 5 and following the example in the README:
```
tobias@td:~/go/src/github.com/cockroachdb/cockroach$ minikube kubectl -- apply -f example.yaml
Warning: resource crdbclusters/cockroachdb is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
crdbcluster.crdb.cockroachlabs.com/cockroachdb configured
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.