Hi,
I am running the SQLserver on AKS and when I use this command
kubectl exec -it $podname -- systemctl status mssql-server it throws this error:
kubectl exec -it $podname -- systemctl status mssql-server
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
command terminated with exit code 1
And if I use this command to reset the password it throws another error
kubectl exec -it $podname -- /opt/mssql/bin/mssql-conf set-sa-password
This program must be run as superuser or as a user with membership in the mssql
group.
command terminated with exit code 1
What is wrong with it.
Any clue!!
Regards
Rajaniesh