Questions
- Which of the following OpenShift projects holds default templates?
- default
- openshift
- openshift-infra
- openshift-node
- templates
- Which of the following commands can show you a list of parameters for the
mytemplate
template? choose three:
oc get template mytemplate -n openshift -o yaml
oc process --parameters -f mytemplate.json
oc describe template mytemplate -n openshift
oc get parameters -t mytemplate
oc get template mytemplate -n openshift
oc new-app mytrmplate
- Which of the following OpenShift entities can be created using templates?
- Pod
- Service
- Route
- Deployment config
- All of the above