fix: "evalsymlink failure" during k8s namespace creation

Close #611 (again).
This commit is contained in:
Régis Behmo 2022-03-24 08:17:23 +01:00 committed by Régis Behmo
parent 8779bbd8b6
commit 6e2cef0db5
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix "evalsymlink failure" during `k8s quickstart` (#611).
- [Bugfix] Fix "TypeError: upgrade() got an unexpected keyword argument 'non_interactive'" during `local upgrade`.

View File

@ -224,6 +224,7 @@ def start(context: Context, names: List[str]) -> None:
except exceptions.TutorError:
fmt.echo_info("Namespace does not exist: now creating it...")
kubectl_apply(
context.root,
"--wait",
"--selector",
"app.kubernetes.io/component=namespace",