zryfish

Results 7 issues of zryfish

Per https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/, there are lots of apis will be removed, include ``` admissionregistration.k8s.io/v1beta1 apiextensions.k8s.io/v1beta1 apiregistration.k8s.io/v1beta1 authentication.k8s.io/v1beta1 authorization.k8s.io/v1beta1 certificates.k8s.io/v1beta1 coordination.k8s.io/v1beta1 extensions/v1beta1 networking.k8s.io/v1beta1 ``` Which I still found in our code base....

kind/bug
priority/critical-urgent

My environment is v3.1.0 HA with three masters and three nodes ``` root@master1:~# kubectl get node NAME STATUS ROLES AGE VERSION master1 Ready control-plane,master 460d v1.21.5 master2 Ready control-plane,master 460d...

There are lots of archived repos under KubeSphere, they are no longer actively maintained. It may confuse people, and also it will slow Prow during ORG scan. Move them to...

kind/cleanup

负载均衡器监听器支持场景设置,但是在修改监听器属性时,没有场景参数。 ``` opt_parser.add_option("-e", "--scene", action = "store", type = "int", dest = "scene", help='', default=None)" ```

**Describe the Bug** As shown in the following screenshot, s2i hung because of project resource quota exceeded. But there is not error message or any useful information help user understand...

kind/feature

Kunnel still returns 200 even upstream services unavailable. **How to reproduce** 1. Start `kn` with an non-existing local address. 2. `curl` proxied address.

**What would you like to be added**: Add annotation `service.beta.kubernetes.io/qingcloud-load-balancer-eip-source: "auto"` to service `kubesphere-system/tower` after enable multicluster module. **Why is this needed**: KubeSphere will create a Loadbalancer service `tower` for...

kind/feature