Last active
February 16, 2018 11:54
-
-
Save foxutech/a7834447abdd1b6d0f60a52db32ef537 to your computer and use it in GitHub Desktop.
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: kubee | |
spec: | |
containers: | |
- name: test | |
image: nginx | |
ports: | |
- containerPort: 80 | |
- name: shell | |
image: centos:7 | |
command: | |
- "bin/bash" | |
- "-c" | |
- "sleep 1000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment