mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +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
|
## Unreleased
|
||||||
|
|
||||||
|
- [Bugfix] Fix "evalsymlink failure" during `k8s quickstart` (#611).
|
||||||
- [Bugfix] Fix "TypeError: upgrade() got an unexpected keyword argument 'non_interactive'" during `local upgrade`.
|
- [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:
|
except exceptions.TutorError:
|
||||||
fmt.echo_info("Namespace does not exist: now creating it...")
|
fmt.echo_info("Namespace does not exist: now creating it...")
|
||||||
kubectl_apply(
|
kubectl_apply(
|
||||||
|
context.root,
|
||||||
"--wait",
|
"--wait",
|
||||||
"--selector",
|
"--selector",
|
||||||
"app.kubernetes.io/component=namespace",
|
"app.kubernetes.io/component=namespace",
|
||||||
|
Loading…
Reference in New Issue
Block a user