IBM
C1000-091 · Question #53
In the following script, used during installation, what does my_secret_name represent? /scripts/deployoperator.sh -I +registry_url=/icp4a-operator: 19.0.3 -p 'my_secret_name' -a accept.
The correct answer is A. It is the name of a secret definition, which is used to access the registry. See the full explanation below for the reasoning.
Question
In the following script, used during installation, what does my_secret_name represent?
/scripts/deployoperator.sh -I +registry_url=/icp4a-operator: 19.0.3 -p 'my_secret_name' -a accept.
Options
- AIt is the name of a secret definition, which is used to access the registry.
- BIt is where the secret that defines an internal
- CIt is the login password for the OpenShift cluster.
- DIt is the registry password in clear text, which is used to access the registry
How the community answered
(25 responses)- A84% (21)
- B8% (2)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.