Skip to Content July 2018
Intermediate to advanced
504 pages
11h 34m
English
Content preview from Learn OpenShift
What are ImageStreams used for? choose 2:
To protect applications from breaking unexpectedly when the image that an ImageStream points to changes.
To implement rolling updates of applications.
To store build images.
To implement automatic build and deployments on image change.
What commands can be used to create a ConfigMap? choose 2:
oc create configmap my-configmap --from-file=nginx.conf
oc create cm --from-env-file=environment.env
oc create -f configmap_definition.yaml
oc edit configmap/my-configmap
Which of the following valid commands to create a quota? choose 2:
oc create resourcequota example-quota --hard=cpus=2,memory=512Mi
oc create quota example-quota --hard=cpu=4,ram=1Gi
oc create resourcequota my-quota ... Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more. Start your free trial