Added basic setup for master and certification material
This commit is contained in:
46
files/LFS258/SOLUTIONS/s_A/review5.yaml
Normal file
46
files/LFS258/SOLUTIONS/s_A/review5.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
apiVersion: v1
|
||||
kind: List
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
review: tux
|
||||
name: label-pod1
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
name: design-a
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
review: tux
|
||||
name: label-pod2
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
name: design-b
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
linux: rocks
|
||||
name: label-pod3
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
name: design-c
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
labels:
|
||||
domain: review
|
||||
name: label-pod4
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
name: design-d
|
||||
|
||||
|
||||
# Create pods with selectors
|
||||
Reference in New Issue
Block a user