Skip to content
New issue

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

容器启动参数bug #2957

Open
yangliu817 opened this issue Feb 23, 2022 · 2 comments
Open

容器启动参数bug #2957

yangliu817 opened this issue Feb 23, 2022 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@yangliu817
Copy link

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

@yangliu817 yangliu817 added the kind/bug Categorizes issue or PR as related to a bug. label Feb 23, 2022
@weiy730
Copy link

weiy730 commented Apr 8, 2024

/assign

@weiy730
Copy link

weiy730 commented Apr 8, 2024

can avoid that the content we input may appear characters match the delimiter by supporting the addition of multiple input boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants