Enable PowerShell Core support in Kubernetes Executor
Description
Enable PowerShell Core support in the GitLab Runner Kubernetes Executor.
Proposal
- Have
kubernetes
executor choose betweenpwsh
andbash
depending on the userconfig.toml
. We need to remove any assumptions we have that we are using abash
shell. - Choose the correct helper image, the helper image should already be done in #4021 (closed)
Links to related issues and merge requests / references
- Investigation issue #3291 (closed)
- PoC MR !1855 (closed)
Edited by Darren Eastman