From 606f9ba554a700292f389ce87508c56e00371cda Mon Sep 17 00:00:00 2001 From: Tahir Jemal Date: Mon, 15 Jul 2024 16:01:46 +0300 Subject: [PATCH] Added text to giove more info --- docs/cloud/rahti2/images/creating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/rahti2/images/creating.md b/docs/cloud/rahti2/images/creating.md index e19f5e19fd..cac87dd6da 100644 --- a/docs/cloud/rahti2/images/creating.md +++ b/docs/cloud/rahti2/images/creating.md @@ -178,7 +178,7 @@ cat Dockerfile | oc new-build -D - ## Troubleshooting -If your build fails in Rahti 2, it could mean that your application needs more memory than is provided by default. Unfortunately, it's not possible to set the limits and/or requests from the CLI. +If your build fails in Rahti 2, it could mean that your application needs more memory than is provided by default. Unfortunately, it's not possible to set resource limits and requests directly from the CLI when deploying the app. You will need to use a YAML configuration file or the web UI to specify these settings. You can create a yaml file and then apply it with the command `oc apply -f {your_yaml_file}.yaml` or edit your current `BuildConfig` in the Rahti 2 webUI. In the Administrator view, navigate to `Builds > BuildConfigs` and click on your BuildConfig. Select the `YAML` tab.