10 Commits

Author SHA1 Message Date
Valeriano Manassero
25e997a425
Automate initialize (#138)
- no need to do "--set initialize=true" anymore
2022-01-05 16:08:11 +02:00
Florian Knip
f00c66a14a
Feature/fix typo in readme (#129)
Fixes #128 

### Motivation

Improve flow when reading the docs

### Modifications

fixed a typo in the docs
2021-06-23 21:13:41 -07:00
Sijie Guo
e6a2766e78
Update Pulsar Helm Chart README (#35) 2020-07-02 01:38:03 -07:00
Sijie Guo
0b719122b7
Add the release process (#34) 2020-07-02 00:11:02 -07:00
Sijie Guo
f38711d581
Merge branch 'master' of https://github.com/apache/pulsar 2020-04-20 22:55:34 -07:00
Sijie Guo
8410c0d4c4
Initialize the Pulsar Helm chart 2020-04-20 22:31:15 -07:00
Sijie Guo
9e540ab791 Update Helm Chart Documentation (#6725)
*Motivation*

The current helm chart is lacking documentation. This pull request aims to add documentation.

*Changes*

- Update Helm chart documentation
- Add a get-started section with Helm chart
- Remove the documentation of using yaml files.
2020-04-13 10:17:41 -07:00
冉小龙
298f63483c [Issue:5787] Fix docs for creating a K8S cluster on Minikube fail (#5805)
Signed-off-by: xiaolong.ran <rxl@apache.org>

Signed-off-by: xiaolong.ran <rxl@apache.org>

Fixes #5787 

### Motivation

When we creating a K8S cluster on Minikube, due to the different versions of Minikube in the local environment, the installation fails on `--kubernetes-version=v1.10.5`.

### Modifications

- Remove the `--kubernetes-version=v1.10.5` in docs.
2019-12-06 16:19:37 +08:00
Sijie Guo
483107e2b9 [documentation][deploy] Improve helm deployment script to deploy Pulsar to minikube (#2363)
* [documentation][deploy] Update deployment instructions for deploying to Minikube

* Enable functions workers

* [documentation][deploy] Improve helm deployment script to deploy Pulsar to minikube

 ### Changes

- update the helm scripts: bookie/autorecovery/broker pods should wait until metadata is initialized
- disable `autoRecovery` on bookies since we start `AutoRecovery` in separate pods
- enable function worker on brokers
- provide a values file for minikube
- update documentation for using helm chart to deploy a cluster to minikube

* move the service type definition to values file
2018-08-16 00:25:49 -07:00
Daniel Jorge
7cfbe4a415 Helm charts for deployment on GKE (#1993)
* Helm charts for deployment on GKE

* Repackaginh helm charts under deployment/kubernetes/helm

* Formatting licences

* Removing cloud specific values to enable more generic deployments
2018-06-25 10:47:19 -07:00