Skip to content

Issues with guestbook sample - segfault ? #1005

@robmaw

Description

@robmaw

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

Metadata

Metadata

Assignees

Labels

importantThis item is a high priority Issue we intend to address as soon as possibletriagedThis item has been triaged by project maintainers and is in the backlog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions