* [stable/heapster] Default service name to heapster
* [stable/heapster] Added support for custom labels
* [stable/heapster] fix typo
* Update Chart.yaml
* Update elasticsearch chart to work with Kube 1.5
* Add environment variable KUBERNETES_MASTER, resolves issue documented
here:
https://github.com/fabric8io/fabric8/issues/6229#issuecomment-247373967
* Rename PetSet to StatefulSet, rename template file
* Add initialDelay and increase timesouts to all liveness and readiness
checks. This was the only way I could get it to deploy reliably in my
environment.
* Update to a newer image version
* Harden aspects of the elasticsearch chart
* Added configmap to explicitly provide cluster configurations and scripts
* Replace depreciating `ES_HEAP_SIZE` with `ES_JAVA_OPTS` to position for ES v5 support
* Removed alpha storage class operators
* Removed catastrophic liveness probe checking entire clusters health
* Readiness probe now inspects local node health
* Added termination grace period (defaults to 15m) to allow pre-stop-script.sh time to gracefully migrate shards
* Added init container to configure `vm.max_map_count`
* Updated elasticsearch.yaml:
* Added `PROCESSOR` configuration to prevent large cluster garbage collection issues leading to node eviction
* Added configurable gateway defaults to help avoid a split brain, requiring two masters online and in consensus before recovery can continue
* Updated pre-stop-script.sh:
* Check `v1beta1` `statefulset` endpoint
* Evalute `.spec.replicas` for statefulset desired size
* Clear `_cluster/settings` ip exclusion prior to shutdown to avoid a possible (random) ip match scenario on expansion of the clsuter
* Data nodes now use default storage class if once is not specified
* Apply best practices
* Add Notes for client service types, and warnings
* Add a Chart for Risk Advisor
* Suggested fixes
* Readme update
* Adding service port explicitly to NOTES.txt
* Suggested changes in README, NOTES, service.yaml and Chart.yaml
* Target port fix in deployment definition
* Fix in NOTES.txt file
* Next NOTES.txt port fix + cosmetic changes
* removing heritage and chart label from deployment spec
* Introduce AlwaysPullImage value for testing custom Docker slave images
* Add volumes for Agents
* jenkins: version bump
* Missing Volume.Type. Good catch :)
* Add service account and CRB for RBAC enabled clusters
Closes#1092
* [stable/jenkins] Added nodeselector support for Jenkins
* Bump chart version number
* Document new values in README.md
* jenkins: bump chart version
* Update Jenkins and plugins to latest versions
* Do not expose the agent port on LB
* Fix agent tunnel config
* Specify Drupal data and Apache configuration volume mount paths
* Simplify README changes
* Bump stable/drupal minor version for new feature
* Allow not mounting Apache configs, if value volumeMounts.apache.mountPath is set to empty string
* Don't create the Apache PVC if mountPath is null
* upgrade to latest selenium version
upgraded to the latest 3.4.0 version
* update chart.yaml
- bump version
- add appVersion
- use github id for maintainer name
* bump to 0.1.2
* RBAC support for Traefik
For https://github.com/kubernetes/charts/issues/948.
When switching RBAC from true to false, the `serviceAccountName` stays
as the Traefik specific one so set it to `default`. Not sure if this is
a Helm issue or further upstream.
* Bump the chart version to 1.4.0
* Additional note on k8s version for RBAC
* [stable/fluent-bit] Update README for Minikube use case
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.9
This patch do the following changes:
- Use the new Fluent Bit v0.11.9
- Bump chart version to AppVersion 0.1.1
- Update description keywords
For more details about Fluent Bit v0.11.9 changes, please visit the
following release notes:
http://fluentbit.io/announcements/v0.11.9/
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v0.11.10 (v2)
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
When adding new nodes that require a longer bootstrap process due to having to stream data kubernetes will kill the pod because the livenessProbe from nodetool status will be UJ for a while so to mitigate that we can just run nodetool status to see if we get a response from cassandra for livenessProbe so kubernetes wont kill the pod and let the bootstrap continue but wont add the next statefulset until readinessProbe is successful where we check for UN.
* [redmine] add ingress
* add ingress for redmine
* simplify (?) options in readme
* upgrade postgres dependency to latest version
* fix warning and version
* add ingress.enabled, hostName to hostname
* Use imageTag as version in config map
The version should not be hardcoded, instead we should use the version from the image the user is choosing to install.
* Bump minor version
Substituting the Jenkins version in the config xml is a new, backwards compatible feature.
* Update Chart.yaml