tianxin8206
tianxin8206
**What would you like to be added/modified**: edgeadm upgrade **Why is this needed**:
**What happened**: ServiceGroup与nodeSelector同时使用时,第一个具备条件的节点,pod调度、启动正常,当第二个节点添加node与nodetype标签后,会影响到第一个节点的pod,如下图  同时,第二个节点的pod会出现重启行为,events如下图  **What you expected to happen**: ServiceGroup与nodeSelector可同时使用 **How to reproduce it (as minimally and precisely as possible)**: 我的yaml: ```yaml --- apiVersion: superedge.io/v1 kind: StatefulSetGrid metadata:...
**What's it about?** Support superedge. **What's the reason why we need it?** Better support for edge computing. /kind feature-request
请问是否已经支持hls直播、http-flv和mp4的播放?
能否考虑编译ARM 64版本的镜像呢?
**Software versions** MySqlConnector version: 2.0.0 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8.0.29 .NET version: 6.0 (Optional) ORM NuGet packages and versions: Pomelo.EntityFrameworkCore.MySql 6.0 **Describe the bug** I...
ShardingSphere : 5.5 Spring Boot : 2.7.18 My configurations: sharding.yml ```yml databaseName: person mode: type: Standalone repository: type: JDBC dataSources: person: dataSourceClassName: com.zaxxer.hikari.HikariDataSource driverClassName: com.mysql.cj.jdbc.Driver jdbcUrl: jdbc:mysql://xxx/person?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai username: xxx password:...
**What happened**: yurt-manager cannot start. logs: ``` I0113 02:07:40.145529 1 platform_admin_controller.go:117] resource iot.openyurt.io/v1beta1, Resource=platformadmins doesn't exist 2025-01-13T02:07:40Z ERROR setup unable to setup controllers {"error": "no matches for iot.openyurt.io/v1beta1, Resource=platformadmins"} github.com/openyurtio/openyurt/cmd/yurt-manager/app.Run...
**Describe the bug** I read a normal DWG file and then converted it into a DXF file, but the Chinese content is displayed abnormally. **To Reproduce** My Code: ```C# var...