Update the `pds` password in the `cqlshrc` file for Cassandra pods
If you change the password for the pds user, you need to also update the cqlshrc file located on all Cassandra pods:
-
Get in to all Cassandra pods:
kubectl exec -it -n <NAMESPACE> <POD-NAME> -- bash -
Open the
cqlshrcfile:vi ./cassandra/cqlshrc -
Change the default user password
pdswith a new password.