issue_5600: Update README.md (#5614)

This commit is contained in:
Sasha
2018-05-17 06:22:51 -07:00
committed by k8s-ci-robot
parent 4170eccb6c
commit 109a78416a
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubeless
version: 1.0.0
version: 1.0.1
appVersion: v1.0.0-alpha.2
description: Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images.
icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png
-5
View File
@@ -16,7 +16,6 @@ This chart bootstraps a [Kubeless](https://github.com/kubeless/kubeless) and a [
## Prerequisites
- Kubernetes 1.7+ with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
## Installing the Chart
@@ -94,7 +93,3 @@ The [Kubeless UI](https://github.com/kubeless/kubeless-ui) component is disabled
```bash
$ helm install --name my-release --set ui.enabled=true --namespace kubeless incubator/kubeless
```
## Persistence
The Kafka and Zookeeper images stores the data and configurations at the `/bitnami/kafka` and `/bitnami/zookeeper` path of the container.