Ash Liu

Results 12 issues of Ash Liu

--requestheader-allowed-names empty will raise error: empty value in "requestheader-allowed-names"

url will redirect 404 not found. remove .html will request success.

Signed-off-by: iutx #### What type of PR is this? /kind cleanup #### What this PR does / why we need it: 1. As of Go 1.16, ioutil.ReadFile simply calls os.ReadFile....

kind/cleanup
area/apiserver
sig/api-machinery
size/XS
release-note-none
sig/auth
cncf-cla: yes
needs-ok-to-test
needs-priority
triage/accepted

**What this PR does / why we need it**: 1. `common` charts is the stable version, don't need to frequent change every version. 2. Instead of `sed` manifest, `sed` charts...

fix: move nacos operator crds.yaml to crds dir crds is preinstall resource in charts, [link](https://helm.sh/docs/topics/charts/#custom-resource-definitions-crds) If not in `crds` directory and some charts depend nacos-operator, will cause error when install...

- cgroup 运行写入报错, 提示没有空间 ```shell pid 5308 add to cgroup mydocker-cgroup errors: write /sys/fs/cgroup/cpuset/mydocker-cgroup/tasks: no space left on device" ``` - 但是手动 echo 进程到 /sys/fs/cgroup/cpuset/mydocker-cgroup/tasks 是没有任何问题的 ```shell echo "some pid"...

#### What this PR does / why we need it: 1. replace apply token to create service account token secret. 2. dprecate get token from file. #### Which issue(s) this...

feature

#### What this PR does / why we need it: 1. ta.js support attribute 2. add build command in comment. ```shell // statik -m -src=./ '-include=*.js' -ns=monitor/metrics-collector ``` #### Which...

feature

#### What this PR does / why we need it: specified clickhouse database from env. ```env CLICKHOUSE_DATABASE CLICKHOUSE_PROFILE_DATABASE ``` #### Which issue(s) this PR fixes: - Fixes #your-issue_number - [Erda...

feature
wontfix

# Desc I use ```shell "sockjs-client": "^1.5.1", "stompjs": "^2.3.3", ``` to connect websocket ```js const socket = new SockJS(url); stompClient = Stomp.over(socket); stompClient.connect({}, (frame) => { console.log('Connected: ' + frame);...