Skip to content

[Bug] #353

Description

@zhangye151

KubePi 版本
v2.0.2

Kubernetes 版本
1.36

Bug 描述
问题 1:
Deployment 编辑 web 时切换到 yaml 编辑时
securityContext:
runAsUser: '0'
runAsGroup: '0'
runAsGroup和runAsUser的值是不能加''的。应写
securityContext:
runAsUser: 0
runAsGroup: 0
问题 2:
Deployment用编辑 ymal 的时候出现
Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal string into Go struct field SecurityContext.spec.template.spec.containers.securityContext.runAsUser of type int64

63 f:securityContext:
64 .: {}

问题 3:
这次的浅色主题字都看不清,且不能切换深色主题

Bug 重现步骤(有截图更好)
1.

Image Image
Image
Image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions