-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3
-
False
-
None
-
False
-
Release Note Not Required
-
-
-
Pipelines Sprint 238, Pipelines Sprint 239, Pipelines Sprint 246, Pipelines Sprint 247, Pipelines Sprint 249, Pipelines Sprint 250, Pipelines Sprint Pioneers 5, Pipelines Sprint Pioneers 6
Description of problem:
Pipeline build pods are going into error stage with the error "message: 'Pod ephemeral local storage usage exceeds the total limit of containers 0. '. I have the limitranges configured for the namespace but not added the configuration for ephemeral-storage in the limitrange. Specifically I was testing the 'python template ' in the developer catalog. I could see the pod are getting deployed if I delete the limit ranges or add the configurations for the ephemeral storage in the limit ranges.
Version-Release number of selected component (if applicable):
How reproducible:
- Create a test namespace - Configure the limit ranges as attached here with the ticket - Follow the steps below to deploy a sample python application 1. Developer View -> +Add -> Developer Catalog -> Python For Git Repo URL: "Try Sample" Application Name: testapp Name * : testapp For Pipelines: Tick "Add Pipeline" "s2i-python-development" gets chosen automatically 2. Click on "Create"
Steps to Reproduce:
Explained above
Actual results:
The pipeline build pods are failing with error 'Pod ephemeral local storage usage exceeds the total limit of containers 0 '
Expected results:
The sample application should run without issues.
Additional info: