Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

v0.3.1

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 11 Dec 15:32
· 398 commits to master since this release

This release includes several bug fixes. In particular, it includes fixes for #460 and #480 that prevented Kafka and Zookeeper from being successfully deployed in GKE and the latest version of Minikube.

This is the detailed list of commits and features:

To install this latest version, use the manifest that is part of the release:

NO RBAC:

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.3.1/kubeless-v0.3.1.yaml | kubectl create -f -

WITH RBAC ENABLED:

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.3.1/kubeless-rbac-v0.3.1.yaml | kubectl create -f -