We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run temporal in minikube.
If I install following the readme instructions:
helm install \ --repo https://go.temporal.io/helm-charts \ --set server.replicaCount=1 \ --set cassandra.config.cluster_size=1 \ --set elasticsearch.replicas=1 \ --set prometheus.enabled=false \ --set grafana.enabled=false \ temporaltest temporal \ --timeout 15m
ElasticSearch fails to start with the following error:
➜ k8s git:(devops/k8s) ✗ kubectl logs elasticsearch-master-0 Defaulted container "elasticsearch" out of: elasticsearch, configure-sysctl (init) 2025-02-23 22:29:46,051 main ERROR Could not reconfigure JMX java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null
The text was updated successfully, but these errors were encountered:
I'm facing this too. On same environment/versions.
Elastic search fails to start.
Values.yaml:
Sorry, something went wrong.
No branches or pull requests
What are you really trying to do?
Run temporal in minikube.
Describe the bug
If I install following the readme instructions:
ElasticSearch fails to start with the following error:
Minimal Reproduction
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: