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
* bump etcd and etcd-operator version and update notes
* Update to latest operator
Add ability to create rbac roles and bindings for clusters with rbac enabled
Update helpers to provide 63 limit names
* update documentation
* change rbac default to off
* [stable/nginx-ingress] Add hostNetwork option
Required for use with kubeadm / CNI using bare-metal clusters,
until https://github.com/kubernetes/kubernetes/issues/23920 is
fixed
* [stable/nginx-ingress] bump chart version
* [stable/nginx-ingress] Actually use the value of hostNetwork
* bump to 0.6.0
* [stable/nginx-ingress] hostNetwork is part of podspec
* Use memcached modern recommended options instead
* Allow setting custom Memcached options with a sane default
* Bump major version since this might break backwards compatibilty by changing defaults
* don't use '-o' if extendedOptions is empty
* Update Chart.yaml
* We set default for memcached verbosity to 'v' in values.yml
* fix options
* Kubernetes Dashboard Chart
Adds support for managing the Kubernetes Dashboard lifecycle via
Helm.
* Add notes.
* Fix namespaceing issues and remove extra defaults.
* Fix namespaceing issue in svc.
* Fix ws issues.
* Change default resource limits to match GKE.
* Fix min length of name.
* Fix ImagePullPolicy typo
* Remove namespace and remove extra release info.
* Use name instead of fullname in labels.
* Fix misaligned label selector.
* Fix misspecified target port.
* Use deployment release name in the svc selector as well as named port.
* Fix dashboard notes.
* Add ingress, bump version, fix notes label selector.
* Fix bad port number in notes.
* Fix ingress template scope issue.
* [stable/kubernetes-dashboard] use github username in maintainers
* initial sentry
* missing valueFrom
* added cron and worker deployments
* Added some metadata
* Initial ingress support
* add initial smtp support and volume persistence
* Fixed deployment names (duh)
* Fix ENV and remove liveliness/rediness
* Hard code sentry db and user name until I can figure it out
* Fixed postgresql values
* Add database initialization job
* Add user creation hook
* Add user configuration to values
* Added smtp support, various other options/fixes
* Add resource limits, health check, and random password
* Fix login url and command to show generated password
* Add README and set sane default values
* Clarify using the --wait flag in README
* Consistent labels and component names
* Move sentry to stable folder
* Updated name to github username
* Add acs-engine-autoscaler charge
* Update NOTES to handle missing credentials
* Update _helpers
* Moving acs-engine-autoscaler from incubator to stable
* Update Chart description
* Provide specific tag for image
* Add labels.standard
* [stable/datadog] Support 1.6 tolerations
This allows the Datadog DaemonSet to run on tainted nodes, whether
that's a master provisioned by kubeadm (see #1100):
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
or any "dedicated" node:
tolerations:
- effect: NoSchedule
operator: Exists
* [stable/datadog] Document 1.6 requirement for `tolerations`
* [stable/datadog] Add `daemonset.podAnnotations` value
This allows Kubernetes 1.5 users to use the alpha tolerations annotation
to schedule DataDog Pods on tainted nodes.
* [stable/datadog] Docs tweak: greater than 1.6
* [stable/datadog] Docs tweak: >= 1.6
* mongodb: update to `bitnami/mongodb:3.4.4-r3`
* mongodb: bump chart version to `0.4.11`
* mongodb: update to `bitnami/mongodb:3.4.4-r4`
* mongodb: update to `bitnami/mongodb:3.4.4-r5`
* mongodb: update to `bitnami/mongodb:3.4.4-r6`
* mongodb: update to `bitnami/mongodb:3.4.5-r0`
* Existing PVC support for stable/drupal
* Move ExistingClaim value below drupal, because it only applies to Drupal PVC
* Rename existingClaim to match chart case format
* drupal-data volume hostPath template
* drupal.persistence.hostPath default nil value comments
* hostPath deployment option
* hostPath README documentation
* Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath)
* Fix existingClaim case on hostPath additions
* Chart stable/drupal minor version bump for new hostPath feature
* Reuse PVC template
* Roll back deployment PVC name change, since we now re-use existing PVC template
* Add hostPath system compatibility and mounting steps to README
* Update README with minikube mount option
* Upgrade Image 0.9.0-beta.7
We need this image for TLS passthrough in the nginx ingress controller.
* Version bump to 0.4.3
* bump to 0.5.0
also add appVersion and maintainer github ids
* rethinkdb-cluster: Initial Commit
* Fix chart name.
* Make the NOTES.txt file more accurate.
* Use k8s 1.6 storageClassName notation for PVC.
* RethinkDB directory needs to be initially empty.
When using a provisioned volume from something like GCE, the mounted directory has a folder inside of it. This breaks RethinkDB when initializing.
* Add an extra k8s script to create a StorageClass on GCE.
* Addressing PR Comments.
* Rename to Recursively removing directory /Users/codyl/dev-files/charts/rethinkdb_data/tmp
Initializing directory /Users/codyl/dev-files/charts/rethinkdb_data
Running rethinkdb 2.3.4 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.6.0 x86_64
Loading data from directory /Users/codyl/dev-files/charts/rethinkdb_data and move to stable.
* Shorten down .gitignore file.
* Make using the RethinkDB Admin Console easier.
* Fix some wrong names/paths.
* Due to a bug with secrets, don't auto-gen a password.
https://github.com/kubernetes/charts/issues/980
* Remove extra file.
* Addressing PR comments and some other changes
- Updated NOTES.txt to include more tailored instructions based on proxy service type.
- Added an optional StorageClass.
- Simplified rethink config to not use a ConfigMap.
- Added optional RethinkDB Driver TLS configuration.
- Updated README.md to reflect new config changes.
* Tiny fix in README.md.
* Use github username for Chart.yaml.
* Default to ClusterIP for proxy service.
* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot
* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot
* [incubator/istio] fix missing namespace in port-forward command
* Update README with RBAC default change
This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013
While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1