From 39ebb472d806b853668f1291b47548c806eb2d78 Mon Sep 17 00:00:00 2001 From: 1602077 <jack.charlie.munday@cern.ch> Date: Mon, 10 Mar 2025 10:55:01 +0100 Subject: [PATCH] docs: simple README Signed-off-by: 1602077 <jack.charlie.munday@cern.ch> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ea257e4..3c9e546 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # kops-replication + +Replicates critical images for the running of the kubernetes and kubeflow services into `registry.cern.ch`. + +Images are replicated using an argo workflow accessible at `https://kops-workflows.cern.ch/workflows` under the namespace of `kops-replication-k8s` for the kubernetes service or `kops-replication-acc` for ATS. + +The workflow(s) will fail if the upstream images do not exist; CI verifies this on merge to master. To run locally: `./scripts/validate_images.sh values-k8s.yaml`. -- GitLab