いつの間にか、ibm cloudで動かしてたappが動かなくなってたので、その時やったこと。
A service instance was not found in this resource group and region us-south
このエラーは正直良くわからないけど、なんか適当にツールを追加したらいつの間にか、過去ツールが動くようになっていて、追加したツールを削除した。しばらくログインしてなかったからだと思う。
ibm cloudは、Web UIがコロコロ変更されるので、正直、よくわからん状態。
-
Pipeline | Delivery Pipeline
でDeploy Stage
の構成をpipline img(latest:2.3)にする
IMPORTANT: The Continuous Delivery Pipeline is being updated to pull a specific Docker image to run each job, either one of the built-in ones or your own custom image. This job is being run with the oldest image. You should consider moving to a more recent one, to get more recent versions of the included tools.
バージョンが古かったらしいので、最新にしてみた。
- memory不足を言われるので、manifest.ymlで指定して
cf push
する
Error restarting application: Server error, status code: 400, error code: 100005, message: You have exceeded your organization's memory limit: app requested more memory than available
WebのGUIからの操作で何故かメモリが足りないエラーが出て、デプロイできない。CUIからmanifest.ymlでmemory:256MBを指定して、pushしたらデプロイ成功した。