Linux Foundation CKA Exam - Topic 8 Question 33 Discussion
Score: 4%TaskSchedule a pod as follows:* Name: nginx-kusc00401* Image: nginx* Node selector: disk=ssd
A) Explanation:
Solution:
#yaml
apiVersion: v1
kind: Pod
metadata:
name: nginx-kusc00401
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPresent
nodeSelector:
disk: spinning
#
kubectl create -f node-select.yaml
Lili
10 months agoLuisa
11 months agoPearly
11 months agoBrittani
11 months agoMy
11 months agoHelaine
11 months agoMoira
11 months agoArlyne
11 months agoAnnmarie
12 months agoAllene
12 months agoAllene
12 months agoArthur
12 months agoBoris
12 months ago