This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v1.0.0-alpha.8
kubernetes-bitnami
released this
21 Aug 09:34
·
101 commits
to master
since this release
This release include new authentication methods for supporting platforms like EKS (or others based on tokens). It also includes several bug fixes.
These are the commits and features included in this release:
- c67245d 877 allow controller to use token (#885)
- 89b32fd Remove description for CRDs (#887)
- abb03b4 Delete glide.yaml
- 71b54be Update GKE version
- 88e75ad Update ballerina version to 0.981.0 (#884)
- ee19c2c Update client-go version (#873)
- bdad9b8 Print functions as an array (#875)
- 21b7657 Add configuration to listen in a namespace (#876)
- a422bb6 Remove outdated info
- 9bc24c8 Remove duplicated triggers code (#871)
- 3d1c0cd Fix several paths in KUBECONFIG (#870)
- 8beda89 BUGFIX: Extending PYTHONPATH to fix local imports (#863)
- f83503c [WIP] dryrun (#822)
- eaf8f4e Cmdtop2 (#853)
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.8/kubeless-v1.0.0-alpha.8.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.8/kubeless-non-rbac-v1.0.0-alpha.8.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.8/kubeless-openshift-v1.0.0-alpha.8.yaml