-
Bug
-
Resolution: Done
-
Blocker
-
RHODS_1.5.0_GA
-
False
-
False
-
No
-
-
-
-
-
-
-
No
-
No
-
Yes
-
None
-
-
MODH Sprint 37
Description of problem:
Regression - Notebook size dropdown is not working. Spawned pod has incorrect resource request/limit
Whenever I spawn a notebook, I select the size (e.g. medium 3cpu request, 6 cpu limit, 24gb RAM), but it's spawning with the default resources (e.g. 1 cpu request, 2 cpu limit, 4 gb ram request, 8gb ram limit).
Prerequisites (if any, like setup, operators/versions):
Build v1.5.0-4
Steps to Reproduce
- Open JH Spawner
- Choose size other than default (e.g. medium)
- Start Server
- Open rhods-notebook namespace and look at pod resources
Actual results:
Yaml for the pod specifies
containers:
- resources:
limits:
cpu: '2'
memory: 8Gi
requests:
cpu: '1'
memory: 4Gi
Expected results:
Yaml for the spawned pod should match the resources I picked from the dropdown.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details: v 1.5.0-4
Workaround: None
Additional info:
- is caused by
-
RHODS-2240 New JH spawner (1.3) always tries to pull s2i-minimal-notebook:3.6
- Closed