Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add ycrash https://ycrash.github.io/helm-charts
helm repo update ycrash
helm repo list
To install the chart with the release name ycrash
:
helm install ycrash ycrash/ycrash
To uninstall the chart with the release name ycrash
:
helm uninstall ycrash --keep-history
To remove all the Kubernetes components associated with the chart and delete the release name ycrash
:
helm delete ycrash
helm search repo ycrash --versions
Installs the Non-intrusive, AI aided, Instant root cause analysis tool yCrash
-
Download your
license.lic
file from here or send an email to support@tier1app.com. -
Run helm install / upgrade:
helm upgrade -i ycrash ycrash/ycrash --set-file ycrash.secrets.license.content=license.lic
or with S3 storage:
helm upgrade -i ycrash ycrash/ycrash \
--set-file ycrash.secrets.license.content=license.lic \
--set ycrash.storage.s3.endPointUrl=https://s3.us-west-1.amazonaws.com \
--set ycrash.storage.s3.region=us-west-1 \
--set ycrash.storage.s3.bucketName=my-bucket \
--set ycrash.storage.s3.accessKey=my-access-key \
--set ycrash.storage.s3.secretKey=my-secret-key
See charts/ycrash/values.yaml for the complete configuration values.
helm upgrade -i buggyapp ycrash/buggyapp --set buggyapp.secrets.agentConfig.options.k=Licensee@UserNo
Get your key (Licensee@UserNo) from your license.lic
file.
See charts/buggyapp/values.yaml for the complete configuration values.