linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
118 stars 28 forks source link

Fix: improved installation stability on poor disk I/O performance environment #53

Closed jason-ltc closed 2 months ago

jason-ltc commented 2 months ago

Description of your changes

This PR improves e2e installation stability on poor disk I/O performance environment, by making critical infra addons HA and adding a cronjob to automatically clean up the dangling init-pvc-* pods of OpenEBS local provisioner which results in pending PVC creating.

How has this code been tested