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
Below is the complete bundle definition for local-path-storage and provisioner, which includes the creation of a namespace with the required label if it does not already exist:
This would be a breaking change to the bundle API. I'm considering adding namespaceMetadata as an optional field that would allow setting both labels and annotations.
PS. The current workaround is to have your own module that provisions the namespaces in your cluster.
Timoni is awesome, but when I use Talos and want to create a
local-storage-bundle
, I need a namespace that has a label:How is it possible to maybe add that as an option to the namespace parameter in the instance?
I would expect it to be:
Below is the complete bundle definition for
local-path-storage
and provisioner, which includes the creation of a namespace with the required label if it does not already exist:The text was updated successfully, but these errors were encountered: