Hello All,
I have successfully completed the installation of Kasten-io application.
When I run the commands below to see the token information of the service accounts, it does not give any error message, but it does not show the token information either. Has anyone encountered and solved this problem before?
kubectl get secret $sa_secret --namespace kasten-io -ojsonpath="{.data.token}{'\n'}" | base64 --decode
sa_secret=$(kubectl get serviceaccount my-kasten-sa -o jsonpath="{.secrets[0].name}" --namespace kasten-io)
Thanks,
Emre ÖZER