Skip to content

Commit

Permalink
docs: add limitation about windows versions (#5462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Mar 23, 2021
1 parent 4eb351c commit d246bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Remember that [volume mounts on Windows can only target a directory](https://kub
## Limitations
- Sharing process namespaces [doesn't work on Windows](https://kubernetes.io/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#v1-pod) so you can't use the Process Namespace Sharing (pns) workflow executor.
- The argoexec Windows container is built using [nanoserver:1809](https://github.com/argoproj/argo-workflows/blob/b18b9920f678f420552864eccf3d4b98f3604cfa/Dockerfile.windows#L28) as the base image. Running a newer windows version (e.g. 1909) is currently [not confirmed to be working](https://github.com/argoproj/argo-workflows/issues/5376). If this is required, you need to build the argoexec container yourself by first adjusting the base image.
## Building the workflow executor image for Windows
Expand Down

0 comments on commit d246bcf

Please sign in to comment.