From d65aeab69de7591f8aa6fc5090dcb1f680bb95df Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 13 Mar 2020 12:31:13 -0700 Subject: [PATCH] ci-operator/step-registry/ipi/conf: Drop to 10m It's been 1000m since it landed in de3de20d02 (step-registry: add configure and install IPI steps, 2020-01-14, #6708), but it's a pretty simple container (just write a config file), so Steve suggestes 10m as more appropriate [1]. [1]: https://github.com/openshift/release/pull/7625#discussion_r392425045 --- ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml index f702a95ab0bb..634c10832bdd 100644 --- a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml +++ b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml @@ -4,7 +4,7 @@ ref: commands: ipi-conf-commands.sh resources: requests: - cpu: 1000m + cpu: 10m memory: 100Mi documentation: |- The IPI configure step generates the install-config.yaml file based on the cluster profile and optional input files.