This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v1.0.0-alpha.1
kubernetes-bitnami
released this
26 Apr 15:25
·
188 commits
to master
since this release
This release is the first one of the release series prior to 1.0.0. The goal is to gather community feedback of the features to include in 1.0.0 and discover possible bugs. It doesn't include breaking changes since 0.6.0. It includes the following commits and features:
- fac4bb8 Update docs for using an existing Kafka (#720)
- 1d17110 Document YAML deployment for functions (#719)
- e83b1d4 how to add a new trigger to Kubeless (#718)
- 55577c4 Allow plain text in calls (#717)
- 7fd6a64 added bash completion commands. modified kubeless.go to include compl… (#716)
- 35f8d00 Remove golint provisional fix
- bfb4742 Move unzip image to config (#713)
- 2d2c677 Update Kong http-trigger configuration (#715)
- 65885f1 Fix release issues (#710)
- 772c80e Update chart values (#702)
- 5100426 Update Kubeless version in quick-start readme
To install this latest version, use the manifest that is part of the release:
WITH RBAC ENABLED:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.1/kubeless-v1.0.0-alpha.1.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.1/kubeless-non-rbac-v1.0.0-alpha.1.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.1/kubeless-openshift-v1.0.0-alpha.1.yaml
# Kafka
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.1/kafka-zookeeper-openshift-v1.0.0-alpha.1.yaml