We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General remarks
This form is to report bugs. For general usage questions refer to our Slack channel KubeSphere-users
Describe the bug 容器启动参数如果本身有,这个符号, 将会被分割, 实际是一个参数 例如java远程调试的JVM参数-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 这个是一个整体, 通过UI设置将会被分割为["-agentlib:jdwp=transport=dt_socket", "server=y", "suspend=n", "address=5005"], 最后只能通过修改yaml才能生效
For UI issues please also add a screenshot that shows the issue.
Versions used(KubeSphere/Kubernetes) KubeSphere: V3.2.1 Kubernates: V1.20.6
Environment 1 master 6CPU 32G mem 2 node 12CPU 96G mem
(and other info are welcomed to help us debugging)
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
can avoid that the content we input may appear characters match the delimiter by supporting the addition of multiple input boxes.
weiy730
No branches or pull requests
General remarks
Describe the bug
容器启动参数如果本身有,这个符号, 将会被分割, 实际是一个参数
例如java远程调试的JVM参数-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
这个是一个整体, 通过UI设置将会被分割为["-agentlib:jdwp=transport=dt_socket", "server=y", "suspend=n", "address=5005"], 最后只能通过修改yaml才能生效
For UI issues please also add a screenshot that shows the issue.
Versions used(KubeSphere/Kubernetes)
KubeSphere: V3.2.1
Kubernates: V1.20.6
Environment
1 master 6CPU 32G mem
2 node 12CPU 96G mem
(and other info are welcomed to help us debugging)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: