Created
August 26, 2021 16:41
Revisions
-
phillipsj created this gist
Aug 26, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ apiVersion: v1 kind: Pod metadata: name: hostdir-aksnpwin000002 spec: containers: - name: hostdir image: e2eteam/busybox:1.29 securityContext: windowsOptions: runAsUserName: ContainerAdministrator command: - sleep - "6600" volumeMounts: - name: host-volume mountPath: /host restartPolicy: Always volumes: - name: host-volume hostPath: path: "C:/" type: DirectoryOrCreate nodeSelector: "kubernetes.io/os": windows