Clusterpedia v0.5.1
Notable Changes since v0.5.0
InternalStorage
Bug Fix
Helm Charts
helm install clusterpedia . --set "apiserver.enableSHA1Cert=true"
- Support create database to external storage (#400, @RuliXu)
--set externalStorage.createDatabase=true
will render an init container for creating the database into the core component deployments.
# external-storage-values.yaml
installCRDs: true
storageInstallMode: "external"
persistenceMatchNode: "None"
postgresql:
enabled: false
externalStorage:
type: "postgres"
host: "10.6.173.102"
port: "32556"
user: "postgres"
password: "dangerous0"
database: "test"
createDatabase: true
Contributor
Thanks everyone who contributed to this release!
The following users (sort alphabetically) are those who committed much in this release. Thank you!