Kay Yan

Results 85 issues of Kay Yan

![image](https://user-images.githubusercontent.com/1469319/184589854-4d8acf85-69f1-4b52-a206-ff5260633604.png) `helm repo add ` may be better than `git clone`

kind/documentation

According to the docs : https://kubernetes-csi.github.io/docs/node-driver-registrar.html, csi-node-driver-registrar is from k8s.gcr.io. But the is from the https://github.com/hwameistor/helm-charts/blob/main/charts/hwameistor/values.yaml#L1, It's from the Quay.io .

Stale

Change scheduler-name in deployment yaml is not easy to use. If user want to install wordpress from bitnami, he cannot run ``` helm install wp -n wp5 community/wordpress --create-namespace ```...

good first issue
Stale

The node-role.kubernetes.io/master taint is deprecated and will be removed in kubeadm version 1.25. It would be replace by node-role.kubernetes.io/control-plane. like: https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/master/manifests/vanilla/vsphere-csi-driver.yaml#L220

There are some Chinese in Engish Docs ![image](https://user-images.githubusercontent.com/1469319/174566213-82909d73-2661-4312-9eef-c5d100c104d0.png)

Stale

https://github.com/sindresorhus/awesome or/and https://github.com/rootsongjc/awesome-cloud-native

Stale

When we install the hwamei stor, the user must to use "node label" to select the node enabled Should we change it to the config file , like https://github.com/rancher/local-path-provisioner#configuration Benifit:...

Stale

When we use helm to install hwameistor. It shows: ![企业微信截图_165527348318](https://user-images.githubusercontent.com/1469319/173755420-9f6bd4ae-3511-41ae-9784-2aa33dee61b2.png) The user cannot know whether the install is success or fail. Show we add Notes in helm like bitnami (https://github.com/bitnami/charts/blob/master/bitnami/nginx/templates/NOTES.txt)...

Stale

When the "show-listing: false". "https://IP:PORT/" => 404 page not found "https://IP:PORT/folder" => 404 page not found Only the "show-listing: true", the "index.html" can show correctly. Should we add new args...

The KubeSpray output is colorful. ![企业微信截图_16608823239814](https://user-images.githubusercontent.com/1469319/185541268-683b866b-3932-4cd7-92a2-ebe970843a9d.png) . But the kubectl logs lost the color. So there is the idea. The color is a little useful but may have side effects....

kind/feature