dyrnq
dyrnq
Note that the value of the args --logger options DEBG,INFO. When I used to use DEBUG it does not working expectedly. Then found doucuments it is DEBG not DEBUG.
execute `lvscare care --vs 169.254.0.1:80 --logger DEBG --mode link --clean` report errors. ```bash lvscare care --vs 169.254.0.1:80 --logger DEBG --mode link --clean 2022-09-22T12:03:47 debug FLAG: --clean="true" 2022-09-22T12:03:47 debug FLAG: --health-insecure-skip-verify="true"...
Where are containers logs store? like docker `/var/lib/docker/containers/*/*-json.log`
原先此两个文件为GBK编码格式,修改为UTF-8
### Description ```bash # PUT / PUT /%3Cmy-index-%7Bnow%2Fd%7D%3E ``` ref ### Steps to reproduce curl call put index API ### Actual behavior ```bash curl -H "Content-Type: application/json" -u elastic:test123 \...
Steps to reproduce 1. deploy k8s-cis-s3 2. create sc ``` cat
### Describe the feature expose Swagger UI for GravitinoIcebergRESTServer. ### Motivation preview which APIs are currently being served by GravitinoIcebergRESTServer. ### Describe the solution _No response_ ### Additional context _No...