-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.13.z, 4.14.z, 4.15.z, 4.16.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
In the procedure to update the cluster, in variety of cloud providers,
Normal customer get's stuck at step reinstate the credential secret. As per the flowchart too.
Actual results:
There is no command, steps given to recover the credentials secret for different platforms, Average customer get's stuck in here.
Expected results:
For example, How to reinstate the credential secret with the administrator-level credential
~~~
$ oc create secret generic aws-creds -n kube-system --from-literal="aws_access_key_id=${AWS_ACCESS_KEY_ID}" --from-literal="aws_secret_access_key=${AWS_SECRET_ACCESS_KEY}"
~~~
Similarly required the GCP & Azure too.
Additional info:
Documentation link :