Created
April 28, 2020 16:38
-
-
Save ET-Chan/6a5ccae41f39bf081dacb3953fa51b96 to your computer and use it in GitHub Desktop.
dind pod for k8s
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 characters
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: iat-dind | |
| spec: | |
| containers: | |
| - name: iat-dind | |
| image: docker:19.03-dind | |
| securityContext: | |
| privileged: true | |
| env: | |
| - name: DOCKER_TLS_CERTDIR | |
| value: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment