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
9 months agoLuisa
9 months agoPearly
9 months agoBrittani
9 months agoMy
10 months agoHelaine
10 months agoMoira
10 months agoArlyne
10 months agoAnnmarie
10 months agoAllene
10 months agoAllene
10 months agoArthur
10 months agoBoris
10 months ago