Running radius 0.31 with minikube on docker ce on WSL.
I'm trying to follow the tutorial "https://docs.radapp.io/tutorials/add-radius/" but am running into an issue where the frontend and redis-replica deployments do not succeed - i.e. after using kubectl apply .... to perform the deployment, all the frontend and replica pods crash and restart without any logs.
describe pod returns some info:
>kubectl describe pod redis-replica -n demo
Name: redis-replica-86f8895958-6hff5
Namespace: demo
... snip ...
Port: 6379/TCP
Host Port: 0/TCP
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 139
...snip ....
the main redis deployment works, and the getting started tutorial works fine too.
AB#11417
Running radius 0.31 with minikube on docker ce on WSL.
I'm trying to follow the tutorial "https://docs.radapp.io/tutorials/add-radius/" but am running into an issue where the frontend and redis-replica deployments do not succeed - i.e. after using kubectl apply .... to perform the deployment, all the frontend and replica pods crash and restart without any logs.
describe pod returns some info:
the main redis deployment works, and the getting started tutorial works fine too.
AB#11417