When specifying a deployment namespace with tilt up --namespace <NAMESPACE>
, if <NAMESPACE>
does not currently exist, create the namespace.
#6356
Labels
enhancement
New feature or request
Describe the Feature You Want
When specifying a deployment namespace with
tilt up --namespace <NAMESPACE>
, if<NAMESPACE>
does not currently exist, create the namespace.Current Behavior
If the namespace does not already exist, deployments will fail.
Why Do You Want This?
There is currently no good way to have a custom namespace created for tilt. Based on the initial description of this flag on release (https://blog.tilt.dev/2021/06/30/namespace-flag.html), it's implied that previous uses of the
namespace
extension, includingnamespace_create('test-default')
should be fully replaced by the flag.The text was updated successfully, but these errors were encountered: