Claudie v0.5
¶
Due to a breaking change in swapping the CNI used in the Kubernetes cluster, the v0.5.x
will not be backwards compatible with v0.4.x
Deployment¶
To deploy Claudie v0.5.X
, please:
-
Download the archive and checksums from the release page
-
Verify the archive with the
sha256
(optional)sha256sum -c --ignore-missing checksums.txt
If valid, output is, depending on the archive downloaded
claudie.tar.gz: OK
or
claudie.zip: OK
or both.
-
Lastly, unpack the archive and deploy using
kubectl
We strongly recommend changing the default credentials for MongoDB, MinIO and DynamoDB before you deploy it. To do this, change contents of the files in
mongo/secrets
,minio/secrets
anddynamo/secrets
respectively.kubectl apply -k .
v0.5.0¶
Features¶
Known issues¶
- No known issues since the last release
v0.5.1¶
Bug fixes¶
- Fix issue when node deletion from the cluster wouldn't be idempotent #1008