pixiake

Results 15 issues of pixiake

Signed-off-by: pixiake ### What type of PR is this? /kind feature ### What this PR does / why we need it: update helm to v3.9.0 update harbor to v2.5.3 ###...

approved
kind/feature
size/XS

### Your current KubeKey version _No response_ ### Describe this feature At present, the version information of k8s and other components is hard coded. I think this will reduce the...

As @gaugys said, ks-installer may be not able to handle +k3s1 suffix. https://github.com/kubesphere/kubekey/issues/758

bug

Kubernetes Version: v1.22.1 Description: It seems that the configmap `istiod-ca-root` has not been created. istio-ingressgateway: ![608cf63709121a44e07d540430c2e8c](https://user-images.githubusercontent.com/22290449/133887644-2771be68-1e40-430a-b10e-2c27a3276d47.png)

1. Deploy kubernetes cluster ``` # Get kk curl -sfL https://get-kk.kubesphere.io | sh - # or export KKZONE=cn; curl -sfL https://get-kk.kubesphere.io | sh - # Deploy cluster ./kk create cluster...

![170cefdc0825d048cc6115617dc148b](https://user-images.githubusercontent.com/22290449/132276287-d4ebe00e-141c-4317-9c35-ed295085b401.png) The `lookup function` of Helm can be used to look up resources in a running cluster. I think we may use this helm built-in function to prevent the webhook's...

1. Deploy kubernetes cluster ``` # Get kk curl -sfL https://get-kk.kubesphere.io | sh - # or export KKZONE=cn; curl -sfL https://get-kk.kubesphere.io | sh - # Deploy cluster ./kk create cluster...

The KubeSphere v3.2.0 has been released, ks-installer‘s chart should also be updated to v3.2.x

### Description The cpu usage of `dockerd` increases every two minutes. I used `perf top -p {docker pid} --call-graph graph` to record the information when the cpu usage of dockerd...

status/0-triage
status/more-info-needed
kind/bug
version/20.10

Currently, the main steps in the operating system initialization process include: 1. Kernel parameter configuration 2. /etc/hosts configuration https://github.com/kubesphere/kubekey/blob/master/cmd/kk/pkg/bootstrap/os/templates/init_script.go To ensure that each nodes in the cluster contain the hosts...

good first issue
kind/feature-request