Unable to create the file “/root/CKS/secrets/CONNECTOR_PASSWORD”. It says read only. I even tried to do sudo -i. but did not help.
Hello @spaspunoori,
First, create a dir using this command mkdir /root/CKS/secrets
and
To extract the secret, run: kubectl -n orion get secrets a-safe-secret -o jsonpath='{.data.CONNECTOR_PASSWORD}' | base64 --decode >/root/CKS/secrets/CONNECTOR_PASSWORD
Thank you for the response, let me try creating the folder first.
On a side note, the solution does not call out creating the folder explicitly.