希望在phpfpm容器/etc/hosts文件中自动添加nginx容器ip地址。在我的yml文件中,我有一个名为phpfpm的服务,我知道可以使用extra_hosts属性将值分配到/etc/hosts文件中,但是我不知道如何动态地调用place the nginx容器IP。/public/:/var/www/html/public/ networks:
我分配了128 MB的最小内存,Kubernetes正在驱逐我的吊舱,显然超过了这个数量的10倍(The node was low on resource: memory.Container phpfpm was using 1607600Ki, which exceeds its request of 128Mi.)
我怎么才能阻止这一切?