Service Quay

The Quay repository cluster resource deploy the redhat quay operator and a Quay Enterprise instance that deploy a Quay enterprise registry service inside your cluster.

This cluster resource is based on the cluster-quay helm chart defined in startx helm-repository.

Description

Field Content
Name STARTX cluster Quay
tags startx cluster config admin quay
provider STARTX
format openshift template
content 3 ArgoCD application
namespace startx-quay
operator red-hat-quay@3.3.4

Add to a cluster

# Associate this cluster resource to the cluster mycluster (runable resource)
sxcm resource associate quay mycluster
# Enable this cluster resource to the cluster mycluster (running resource)
sxcm resource enable quay mycluster

Remove from a cluster

# Dissociate this cluster resource from the cluster mycluster (removable resource)
sxcm resource dissociate quay mycluster
# Disable this cluster resource from the cluster mycluster (removed resource)
sxcm resource disable quay mycluster

Get cluster resource detail

# Read information about the cluster resource version installed into your host (local)
sxcm resource info quay

More on resource

You should read the cluster resource management documentation section to learn the command meaning and how to create your own cluster resource service to deliver personalized cluster configuration.