Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

feat: add knative serving and functions #14

Merged
merged 14 commits into from
Dec 20, 2023
Next Next commit
feat: add knative operator and serving
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader committed Dec 12, 2023
commit 2bde74355cdd8d51511f7b3787adec06f434e0a1
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ terraform.rc

# Generated tf.json
tf.json

# Generated from kubeone
koor-demo-*-kubeconfig
koor-demo-*.tar.gz
8 changes: 8 additions & 0 deletions knative/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Knative integration

## Install knative operator
```bash
kubectl apply -f operator.yaml
kubectl apply -f serving.yaml

```
Loading