cockroachdb / cockroachdb/cockroach-operator

operator: failed to upgrade from 19.2.12 to 20.1.15 on n1-standard-4

Open
#478 4 comments 0 reactions 1 assignee Claimed by @keith-mcclellan View on GitHub
bug
Dominant language
Go
Stars
318
Forks
104
Avg merge
1d 6h
Merged PRs (30d)
1

Description

I had a 3 node `n1-standard-4` cluster with

```yaml
accessModes:
- ReadWriteOnce
resources:
requests:
storage: "60Gi"
volumeMode: Filesystem
resources:
requests:
cpu: "2"
memory: "4Gi"
limits:
cpu: "2"
memory: "4Gi"
```

settings, I cannot upgrade successfully, can't tell whether it's a resource issue or something wrong with `20.1.15`. I did verify it was specified in the manifest.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.