From 109a78416ace336ec38287c6848583dcebd50694 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 17 May 2018 16:22:51 +0300 Subject: [PATCH] issue_5600: Update README.md (#5614) --- incubator/kubeless/Chart.yaml | 2 +- incubator/kubeless/README.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index 4f9de6e466..95909f1b36 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -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 diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index d35573ec55..430d6bd451 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -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.