Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 893 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 893 Bytes

This repository manages ArgoCD applications deployed on the MOC managed moc-infra openshift cluster.

How to access the cluster

The cluster is on a private network (172.16.0.0/19) that can be reached via our ipmi gateway.

You could use sshuttle to forward your traffic like:

sshuttle -r kzn-ipmi-gw.infra.massopen.cloud 172.16.0.0/19

Deploying Secrets

Secrets are stored in AWS Secret Manager and accessed on the cluser via an ExternalSecret. AWS credentials can be found in BitWarden.

The name of the secret must start with cluster/moc-infra/. The secret will not be accessible otherwise. See example