Skip to content

Commit

Permalink
fix: "evalsymlink failure" during k8s namespace creation
Browse files Browse the repository at this point in the history
Close overhangio#611 (again).
  • Loading branch information
regisb committed Mar 24, 2022
1 parent 8779bbd commit 6e2cef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


Expand Down
1 change: 1 addition & 0 deletions tutor/commands/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6e2cef0

Please sign in to comment.