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
Is your feature request related to a problem? Please describe.
When deploying a default Epinio chart namespace creation is not possible; however, this is possible when deploying a custom Epinio chart.
Installation options when using default Epinio charts:
Installation options when using custom Epinio chart from repo:
Besides the inconsistency, this may be an issue while working with the new Epinio extension. We noticed that attempting to deploy the default Epinio chart without selecting the Epinio namespace (because it cannot be added) will end up with the application not being found in the cluster:
Describe the solution you'd like
Creating a namespace from the default chart should be possible
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
mmartin24
changed the title
Allow namespace creation when deploying default chart
[UI] Allow namespace creation when deploying default chart in Rancher
Aug 29, 2023
it looks like the extension is expecting Epinio to be installed in epinio namespace. Epinio rancher app is using hardcoded namespace cattle-epinio-system.
Namespace is not shown when installing 102.0.3+up1.8.1 (rancher release), but is for 1.9.0 (dev epinio release)
This is because the 1.8.1 chart contains the annotation catalog.cattle.io/release-name, which tells the UI / Rancher that the chart must be installed to it's a specific namespace. Going on @enrichman comment this requirement has been dropped. So the newer chart must not contain the annotation. This is working as expected.
Is your feature request related to a problem? Please describe.
When deploying a default Epinio chart namespace creation is not possible; however, this is possible when deploying a custom Epinio chart.
Installation options when using default Epinio charts:
Installation options when using custom Epinio chart from repo:
Besides the inconsistency, this may be an issue while working with the new Epinio extension. We noticed that attempting to deploy the default Epinio chart without selecting the Epinio namespace (because it cannot be added) will end up with the application not being found in the cluster:
Describe the solution you'd like
Creating a namespace from the default chart should be possible
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: