From beb612cdd1a473a5e73dc5b3efbeed4cb19dfb24 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 3 Sep 2019 10:52:55 -0400 Subject: [PATCH] Drop registry manifest. The cluster-image-registry-operator will now use emptyDir by default for the "baremetal" infrastructure platform, so this manifest is no longer needed. https://github.com/openshift/cluster-image-registry-operator/pull/332 Note this is still not a supported configuration, and is only used to bring up the cluster. It should be immediately reconfigured to use a PVC once storage has been set up. For more info on that post-install task, see: https://github.com/openshift-kni/install-scripts/issues/5 Closes #704 --- assets/templates/99_registry.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 assets/templates/99_registry.yaml diff --git a/assets/templates/99_registry.yaml b/assets/templates/99_registry.yaml deleted file mode 100644 index bb7783f12..000000000 --- a/assets/templates/99_registry.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# FIXME: Reconfigure this once Rook is deployed -apiVersion: imageregistry.operator.openshift.io/v1 -kind: Config -metadata: - generation: 1 - name: cluster -spec: - logging: 2 - managementState: Managed - proxy: {} - replicas: 1 - requests: - read: - maxWaitInQueue: 0s - write: - maxWaitInQueue: 0s - storage: - emptyDir: {}