OlsenSoup

Results 7 issues of OlsenSoup

fix the files for `save_ksm_settings()` calling Fixes: #5441 Signed-off-by: UnlimitedSoup

size/tiny

Wrong ksm parameter was saved in `save_ksm_settings` when testing ksm, which can affect the restore phase. ``` # Save the current KSM settings so we can restore them later save_ksm_settings(){...

bug
needs-review

Hi Community: I have read the official docs and the scheduler/dfdaemon configurations. I have a little confused about peers and seedpeers. A few questions: 1. If I do not need...

Executing the [scripts](https://github.com/kubesphere/ks-installer/blob/38055b318b8f805af65aedfa5ad4508128b5eb2c/scripts/kubesphere-delete.sh#L202) will cause openelb crds to be deleted, like: ``` bgpconfs.network.kubesphere.io bgppeers.network.kubesphere.io eips.network.kubesphere.io ```

The `local_registry` does not take effect when installing dcgm-exporter. ClusterConfiguration: ``` spec: local_registry: registry.local monitoring: gpu: nvidia_dcgm_exporter: enabled: true ``` `k -n kubesphere-monitoring-system get ds nvidia-dcgm-exporter -o jsonpath="{.spec.template.spec.containers[0].image}"`: ``` nvcr.io/nvidia/k8s/dcgm-exporter:2.1.8-2.4.0-rc.3-ubuntu18.04%...