You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These commands have successfully brought up all the required pods. However, the clients and applications within the Jasmin pods are not starting up as expected. When I check the logs using:
kubectl logs -n jasmin jasmin-0 -f
I only see the following limited output:
Defaulted container "jasmin" out of: jasmin, interceptord-sidecar, dlrlookupd-sidecar, dlrd-sidecar
2024-06-13 16:34:22 INFO 1 Starting Jasmin Daemon ...
2024-06-13 16:34:22 INFO 1 Interceptor client Started.
According to the documentation, it's mentioned to adjust configmaps.yml, but I couldn't find this file in the repository or sample directory. Does anyone know where I can locate this sample file?
Your assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello Everyone,
I'm currently in the process of installing the Jasmin SMS Gateway on Kubernetes, following the instructions provided in the documentation https://docs.jasminsms.com/en/latest/installation/index.html (specifically the Kubernetes section).
As per the documentation, I've executed the following steps for the basic setup:
kubectl apply -f redis.yml
kubectl apply -f rabbitmq.yml
kubectl apply -f jasmin.yml
These commands have successfully brought up all the required pods. However, the clients and applications within the Jasmin pods are not starting up as expected. When I check the logs using:
kubectl logs -n jasmin jasmin-0 -f
I only see the following limited output:
Defaulted container "jasmin" out of: jasmin, interceptord-sidecar, dlrlookupd-sidecar, dlrd-sidecar
2024-06-13 16:34:22 INFO 1 Starting Jasmin Daemon ...
2024-06-13 16:34:22 INFO 1 Interceptor client Started.
According to the documentation, it's mentioned to adjust
configmaps.yml
, but I couldn't find this file in the repository or sample directory. Does anyone know where I can locate this sample file?Your assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: