Hello,
I was hoping if someone could tell me if oc commands auto-completion would be enabled in EX280 exam. If not, are we allowed to install bash-completion and set-up auto-completion?
# yum -y install bash-completion
# oc completion bash >>/etc/bash_completion.d/oc_completion
Thanks
autocompletion was working on my exam attempt. I sat the exam just recently.
hi,
during exam it's possible use redhat documentations? if yes, which?
Thanks.
regards.
Yes, when I did the exam, an offline version of the official Red Hat Openshift documentation was available in both HTML and PDF.
many thanks for answer, this documentation:
https://docs.openshift.com/container-platform/4.6/welcome/index.html
interestingly this command exists in debian type, too.
i will test on mine.
You can configure auto-completion by yourself using :
$ source <(oc completion bash)
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.