Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Issues with BuildConfig and Instance Pods #22

Open
sahil-singla-03 opened this issue Sep 1, 2021 · 0 comments
Open

Issues with BuildConfig and Instance Pods #22

sahil-singla-03 opened this issue Sep 1, 2021 · 0 comments

Comments

@sahil-singla-03
Copy link

sahil-singla-03 commented Sep 1, 2021

I deployed a jupyterhub helm chart on openshift and want to add these features in it:

  1. BuildConfig (BC) should be part of DeploymentConfig (DC)
    -- BC is part of the overall Helm Chart
    image

Below image BC is empty but is it possible to also display under the DC template
image

  • This is required because BC is running independently than the DC, the routes and pods in the DC are already available but until and unless BC is not finished the route doesn't work and Pod will not spawn.
  • This gives the user a false sight that everything is working but application is not spawning.
  • So, I would like if there is a dependency between them so that the route and pod are only available when BC is finished.
    Please let me know if there are any alternatives.
  1. Instance Pod should be displayed under the helm chart rather than separately
    image

Thanks & Regards
Sahil Singla

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant