charts icon indicating copy to clipboard operation
charts copied to clipboard

Hazelcast Official Helm Chart Repository

Results 37 charts issues
Sort by recently updated
recently updated
newest added

Error: YAML parse error on hazelcast/templates/tests/.terragrunt-source-manifest: error converting YAML to JSON: yaml: invalid leading UTF-8 octet

Problem: If the target endpoint is set to an name based value either a FQDN or a SVC name the member autodiscovery doen work. Though it does work when using...

I've created this `hazelcast` configuration into my `mancenter` on `/config/hazelcast-client.yaml`: ```yaml hazelcast-client: network: kubernetes: enabled: true namespace: ${namespace} service-name: ${serviceName} serialization: serializers: - class-name: me.jeusdi.fhir.hazelcast.serializer.PractitionerSerializer type-class: me.jeusdi.fhir.hazelcast.model.Practitioner ``` This is...

Currently the default `livenessProbe` endpoint is `/health/node-state`. It should actually be `/health`. The change is trivial, but before applying it we need to double check that it does not break...

good first issue

Currently the default value of mancenter metadata label is too large to cause deployment failure with error similar to the below: create Pod rahul-march15v2-helm-dep-hazelcast-enterprise-mancenter-0 in StatefulSet rahul-march15v2-helm-dep-hazelcast-enterprise-mancenter failed error: Pod...

instructions says this `helm repo add hazelcast https://hazelcast-charts.s3.amazonaws.com/` we should explore how to have a repository on a nicer and more official-looking URL. something like `https://helm.hazelcast.com` or `https://helm.repository.hazelcast.com`. @alparslanavci is...

enhancement

To use the CP Subsystem in Kubernetes, we need to enable CP Subsystem Persistence (Enterprise Feature). There should be an option for this in the Hazelcast Enterprise Helm Chart.

Reported by @neilstevenson. The Helm chart only creates non-lite members. It would be useful if it could create lite-members also.

enhancement
good first issue

When you deploy hazelcast chart to AWS EKS, the instructions provided in INDEX.txt was not correct for Management Center so I had to find out MC URL by executing describe...

As I user, I would like to configure logging by specifying a logging framework (eg. log4j, log4j2, logback) and a configuration. Some of the logging framework libraries can also be...

enhancement