File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # initially created with:
2
+ # kubectl run nginx --image=nginx --dry-run=client -o yaml
3
+ apiVersion : v1
4
+ kind : Pod
5
+ metadata :
6
+ creationTimestamp : null
7
+ labels :
8
+ run : nginx
9
+ name : nginx
10
+ spec :
11
+ containers :
12
+ - env :
13
+ - name : POD_IP
14
+ valueFrom :
15
+ fieldRef :
16
+ fieldPath : status.podIP
17
+ image : nginx
18
+ name : nginx
19
+ resources : {}
20
+ dnsPolicy : ClusterFirst
21
+ restartPolicy : Always
22
+ status : {}
Original file line number Diff line number Diff line change
1
+ # initially created with:
2
+ # kubectl run nginx --image=nginx --dry-run=client -o yaml
3
+ apiVersion : v1
4
+ kind : Pod
5
+ metadata :
6
+ creationTimestamp : null
7
+ labels :
8
+ run : nginx
9
+ name : nginx
10
+ spec :
11
+ containers :
12
+ - image : nginx
13
+ name : nginx
14
+ resources : {}
15
+ dnsPolicy : ClusterFirst
16
+ restartPolicy : Always
17
+ status : {}
You can’t perform that action at this time.
0 commit comments