By changing the URL prefix to /k8s/ns/:namespace/* the console automatically shows this project switcher at the top of the page:
this helps make sure the user is migrating to the namespace they expect and allows them to switch it easily without going back to the Add page.
WIP: works correctly when switching to another specific namespace, but gives a 404 page when choosing "All projects". Need to figure out how to make that present a project selector like the base Add page does.
By changing the URL prefix to
/k8s/ns/:namespace/*
the console automatically shows this project switcher at the top of the page:this helps make sure the user is migrating to the namespace they expect and allows them to switch it easily without going back to the Add page.
WIP: works correctly when switching to another specific namespace, but gives a 404 page when choosing "All projects". Need to figure out how to make that present a project selector like the base Add page does.