cancel
Showing results for 
Search instead for 
Did you mean: 
Aromal
Cadet
Cadet
  • 1,728 Views

Would oc commands autocompletion be enabled on EX280 exam

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

 

 

 

Labels (2)
6 Replies
Mobe
Mission Specialist
Mission Specialist
  • 1,720 Views

autocompletion was working on my exam attempt. I sat the exam just recently.

0 Kudos
MB8
Mission Specialist
Mission Specialist
  • 1,555 Views

hi,

during exam it's possible use redhat documentations? if yes, which?

Thanks.

regards.

 

0 Kudos
Metsie
Mission Specialist
Mission Specialist
  • 1,552 Views

Yes, when I did the exam, an offline version of the official Red Hat Openshift documentation was available in both HTML and PDF.

MB8
Mission Specialist
Mission Specialist
  • 1,550 Views

0 Kudos
lauriano
Mission Specialist
Mission Specialist
  • 1,714 Views

interestingly this command exists in debian type, too.

i will test on mine.

  • 1,331 Views

You can configure auto-completion by yourself using :

$ source <(oc completion bash)

0 Kudos
Join the discussion
You must log in to join this conversation.