kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Remove DEFAULT_NAMESPACE and use actual namespace #195

Open alohr51 opened 4 years ago

alohr51 commented 4 years ago

Feature description

This is blocked until the below is supported by the operator

We use the default namespace "kabanero" to list instances of "kabaneros", but eventually the operator will support installing Kabanero instances ("kabaneros") into other namespaces. I couldn't find an issue for it yet, so we need to keep an eye out for this support.

Feature design or visual mockup

Then once we know the namespace for each instance we can pass the namespace along with the kabanero instance to all our endpoints that need it, this passeed in namespace will replace the DEFAULT_NAMESPACE variable.

Additional context