
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 3,103 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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 3,095 Views
autocompletion was working on my exam attempt. I sat the exam just recently.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,930 Views
hi,
during exam it's possible use redhat documentations? if yes, which?
Thanks.
regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,927 Views
Yes, when I did the exam, an offline version of the official Red Hat Openshift documentation was available in both HTML and PDF.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,925 Views
many thanks for answer, this documentation:
https://docs.openshift.com/container-platform/4.6/welcome/index.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 3,089 Views
interestingly this command exists in debian type, too.
i will test on mine.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 2,706 Views
You can configure auto-completion by yourself using :
$ source <(oc completion bash)