Not able to create new notebooks and start on openshift

hub-89f9cb8f7-rbkx2 hub Traceback (most recent call last):
hub-89f9cb8f7-rbkx2 hub File “/usr/local/lib/python3.11/site-packages/jupyterhub/user.py”, line 801, in spawn
hub-89f9cb8f7-rbkx2 hub url = await gen.with_timeout(timedelta(seconds=spawner.start_timeout), f)
hub-89f9cb8f7-rbkx2 hub ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hub-89f9cb8f7-rbkx2 hub File “/extension/kubespawner/spawner.py”, line 2680, in _start
hub-89f9cb8f7-rbkx2 hub await self.load_user_options()
hub-89f9cb8f7-rbkx2 hub File “/extension/kubespawner/spawner.py”, line 3340, in load_user_options
hub-89f9cb8f7-rbkx2 hub self._validate_user_options(profile_list)
hub-89f9cb8f7-rbkx2 hub File “/extension/kubespawner/spawner.py”, line 3145, in _validate_user_options
hub-89f9cb8f7-rbkx2 hub profile = self._get_profile(profile_slug, profile_list)
hub-89f9cb8f7-rbkx2 hub ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hub-89f9cb8f7-rbkx2 hub File “/extension/kubespawner/spawner.py”, line 3189, in _get_profile
hub-89f9cb8f7-rbkx2 hub raise ValueError(
hub-89f9cb8f7-rbkx2 hub ValueError: No such profile: cpu. Options include:

It sounds like there’s an error in your configuration. If you share your full configuration, and tell us how you installed JupyterHub, we might be able to help.