Results 4 issues of MorningTZH

### 📦 部署环境 Other ### 📌 软件版本 v1.5.1 ### 💻 系统环境 Windows, iOS ### 🌐 浏览器 Edge, Safari ### 🐛 问题描述 目前部署在Azure北美容器应用上,一直存在类似 #3108 的问题,但早期无论是否打开客户端请求模式都存在问题。目前最新版本v1.5.1已默认关闭客户端请求模式,依然存在问题。是否需要和 #3099 一样使用国际版API? 配置截图,聊天框也是同样返回: ![image](https://github.com/user-attachments/assets/c1fd0928-c5dc-463e-864a-3f73018f1798) 查看日志可以看到是fetch失败 2024-07-17T08:54:34.358024997Z...

Inactive
🐛 Bug

This commit adds support for IPv6 networking in pods. Specifically, it updates the container runtime to allow pods to be assigned IPv6 addresses.

This PR adds support for configuring pod sysctl settings in the VMM (Virtual Machine Manager) component of our Kubernetes runtime project. With this change, users can now specify custom sysctl...

**Description:** This PR sets the Linux sysctl defaults for our server configuration. The changes added: - /proc/sys/vm/overcommit_memory - Set overcommit_memory to 1, allowing the kernel to overcommit memory, allocate more...