Question 26 of 32 from exam 1Z0-1043-20: Oracle Cloud Infrastructure Developer 2020 Associate

Question 26 of 32 from exam 1Z0-1043-20: Oracle Cloud Infrastructure Developer 2020 Associate

Question

How can you find details of the tolerations field for the sample YAML file below? (Choose the best answer.)

apiversion: vi
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox
command:
- sleep
- “3600”
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
tolerations:

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.