You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up the correct location/path for icons of chaos experiment currently it's getting all the image from staging branch of chaos-chart which is defined inside the charthub
How to solve this / What are the possible approach
1 - Define a repository in litmuschaos org and store all the image there instead of chaos-chart and provide the image link in CSV file
2 - Currently we are cloning the chaos-chart inside the charthub server repo which contains all the images but UI pod is separate from server pod so we have to use NFS volume to share the common directory then UI pod will able to access the icons
3 - All icons are available in chaos-chart so if we get the chaos-chart repo inside the UI pod then charthub will be able to get the icon
We have decided upon the approach #3 where icons will be placed in a dedicated repo (refer litmuschaos/icons#1) and the raw links will be provided in the experiment CS, for ex: here
Why we need this?
staging
branch ofchaos-chart
which is defined inside the charthubHow to solve this / What are the possible approach
1 - Define a repository in
litmuschaos
org and store all the image there instead of chaos-chart and provide the image link in CSV file2 - Currently we are cloning the chaos-chart inside the charthub server repo which contains all the images but UI pod is separate from server pod so we have to use NFS volume to share the common directory then UI pod will able to access the icons
3 - All icons are available in chaos-chart so if we get the chaos-chart repo inside the UI pod then charthub will be able to get the icon
Related repository
1 - https://github.com/litmuschaos/charthub.litmuschaos.io
2 - https://github.com/litmuschaos/chaos-charts
The text was updated successfully, but these errors were encountered: