ruby-on-rails 部署到Kubernetes的Ruby Rails立即退出[关闭]

qv7cva1a  于 2023-10-21  发布在  Ruby
关注(0)|答案(1)|浏览(131)

**已关闭。**此问题需要debugging details。它目前不接受回答。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答这个问题。
10小时前关闭。
Improve this question
不知道是什么问题,没有看到任何日志在pod,但秒后pod启动它退出立即与SIGTERM信号

2023-10-20 23:15:08.064 JST
=> Rails 5.2.5 application starting in staging on http://0.0.0.0:3000

2023-10-20 23:15:08.064 JST
=> Run `rails server -h` for more startup options

2023-10-20 23:15:08.071 JST
/usr/local/bundle/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated

2023-10-20 23:15:08.100 JST
/usr/local/bundle/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated

2023-10-20 23:15:08.104 JST
/usr/local/bundle/gems/json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated

2023-10-20 23:15:08.186 JST
[2023-10-20 14:15:08] INFO  WEBrick 1.6.1

2023-10-20 23:15:08.186 JST
[2023-10-20 14:15:08] INFO  ruby 2.7.3 (2021-04-05) [x86_64-linux]

2023-10-20 23:15:08.186 JST
[2023-10-20 14:15:08] INFO  WEBrick::HTTPServer#start: pid=1 port=3000

2023-10-20 23:15:35.964 JST
[2023-10-20 14:15:35] FATAL SignalException: SIGTERM
k0pti3hp

k0pti3hp1#

Sigterm来自活性和准备探测器杀死我的豆荚

相关问题