mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
fix: "evalsymlink failure" during k8s namespace creation
Close #611 (again).
This commit is contained in:
parent
8779bbd8b6
commit
6e2cef0db5
@ -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`.
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user