This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
kubernetes-bitnami
released this
19 Jan 08:47
·
8 commits
to master
since this release
This release includes the following commits and features:
- 579f848 Update trigger controllers (#1215)
- 51d84f3 Use bundled deps file with function file(url+zip etc.) (#1206)
- 8eb6b46 use only 'function' and 'created-by' labels as deployment matchLabels (#1212)
- c7ee7b5 Strict deployment loading from configmap (#1199)
- 40088e8 Added completions for zsh, fish and powershell (#1193)
- babd9c8 use
--no-cache-dir
flag topip
in dockerfiles to save space (#1189) - 50c2dc1 Use
--depth
flag togit clone
in Dockerfiles, to save space (#1188) - 1fc330d architecture.md : fixing some typos (#1186)
- 7b2c26d Build with Go 1.15 (#1143)
- ffd182f update kubectl logs cmmand and it's output (#1180)
- 71df772 update the deployment url of Kong (#1182)
- 9785423 add AWS Kinesis Trigger (#1181)
- b4d4c2b update the deployment.yaml url of NATS operator (#1178)
- 1c5d1d4 update available triggers (#1177)
- 583bf98 update the url of kinesis-trigger manifest (#1176)
- 3320e4a update yaml output of CRD functions.kubeless.io (#1175)
- 25d6376 Add secrets to runtime configuration (#1169)
- b87adf8 Added support for function deployment from gzip/bzip2/xz compressed tar files (#1168)
- d838585 Added option in kubeless command to specify service-account (#1165)
- cab7c64 Display function list command with namespace argument after deploy/update. (#1161)
- 900832a kubeless function deploy/update: add option to specify node selectors. (#1159)
- 7bbd2bb fix: function controller config spec template (#1151)
- 8e8dea2 Update README.md (#1149)
- be68697 Update kubeless-non-rbac.jsonnet (#1145)
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.8/kubeless-v1.0.8.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.8/kubeless-non-rbac-v1.0.8.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.8/kubeless-openshift-v1.0.8.yaml
# Kafka
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.8/kafka-zookeeper-openshift-v1.0.8.yaml