caktus / caktus/invoke-kubesae
inv pod.shell deprecation warning
Open
good first issue
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
`inv pod.shell` throws a deprecation warning:
```
$ inv staging pod.shell
kubectl exec -it deploy/pressweb-web -n pressweb-staging bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the project for the `inv pod.shell` task and the command that invokes `kubectl exec`. Update the invocation to use the documented `--` separator, then run the relevant task against a suitable cluster and confirm the deprecation warning is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100