Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This means, that something crucial is not working in the button3d pod. First order of business is to try to recreate the application stack by logging into the server and running:

  1. Inspect the button3d logs to find a stacktrace.

Code Block
languagebash
kubectl logs --tail 3000 $(kubectl get pods | grep "button3d" | cut -d" " -f1)


2. Uninstall the application stack

Code Block
languagebash
./helm uninstall order-management

3. Install the application stack

Code Block
breakoutModewide
languagebash
./helm upgrade -i order-management -f configure/values-on-premise.yaml -f=values.yaml chart/order-management-*.tgz

3D File Upload Fails Consistently

...