Skip to content

Clusterpedia v0.5.1

Compare
Choose a tag to compare
@Iceber Iceber released this 30 Sep 06:40
· 2 commits to release/0.5 since this release
fb84406

Notable Changes since v0.5.0

InternalStorage

Bug Fix

  • Fix notin and != operators in JSONBuilder (#404, @Iceber)

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!