Update Guide Quay
parent
07618c3e6b
commit
d00abb3372
1 changed files with 4 additions and 3 deletions
|
|
@ -22,10 +22,11 @@ Before creating a Quay instance, ensure you have:
|
||||||
- Access to a dedicated OpenShift project/namespace
|
- Access to a dedicated OpenShift project/namespace
|
||||||
- Familiarity with basic `oc` or `kubectl` commands
|
- Familiarity with basic `oc` or `kubectl` commands
|
||||||
- The Quay Operator is already installed and managed cluster-wide (no need to install it yourself)
|
- The Quay Operator is already installed and managed cluster-wide (no need to install it yourself)
|
||||||
|
- High resource quota available (11 CPU cores, 26Gb Memory, 9 Pods, 6 Services)
|
||||||
|
|
||||||
## Creating a Quay Registry Instance
|
## Creating a Quay Registry Instance
|
||||||
|
|
||||||
For a basic installation, create a `QuayRegistry` custom resource with the following YAML manifest:
|
For a basic installation without Horizontal Pod Autoscaling, create a `QuayRegistry` custom resource with the following YAML manifest:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: QuayRegistry
|
kind: QuayRegistry
|
||||||
|
|
@ -44,7 +45,7 @@ spec:
|
||||||
- kind: redis
|
- kind: redis
|
||||||
managed: true
|
managed: true
|
||||||
- kind: horizontalpodautoscaler
|
- kind: horizontalpodautoscaler
|
||||||
managed: true
|
managed: false
|
||||||
- kind: route
|
- kind: route
|
||||||
managed: true
|
managed: true
|
||||||
- kind: mirror
|
- kind: mirror
|
||||||
|
|
@ -99,7 +100,7 @@ spec:
|
||||||
- kind: redis
|
- kind: redis
|
||||||
managed: true
|
managed: true
|
||||||
- kind: horizontalpodautoscaler
|
- kind: horizontalpodautoscaler
|
||||||
managed: true
|
managed: false
|
||||||
- kind: route
|
- kind: route
|
||||||
managed: true
|
managed: true
|
||||||
- kind: mirror
|
- kind: mirror
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue