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