Open plwhite opened 8 years ago
Workaround - add the following line to the end of clearwater/base/Dockerfile
:
RUN sed -i 's/SCTP_streams.*/No_SCTP;/' /usr/share/clearwater/bin/generic_create_diameterconf
Probably not the right fix, but seems to get past the issue.
Fix for this (and explanation) is available here: https://github.com/Metaswitch/clearwater-infrastructure/pull/395 Not merged yet though as it needs testing.
Symptoms
Homestead hangs on startup and does not function (hitting bug #49). Underlying cause appears to be that the node kernel does not have SCTP installed (and the OS does not have it available - this is a standard debian release on GKE which may not support SCTP).
Error message is as follows.
Probable resolution is to disable SCTP.
Impact
Deployment DOA.
Release and environment
GKE.
Steps to reproduce
See above - install on GKE.