diff --git a/charts/kuadrant-operator/README.md b/charts/kuadrant-operator/README.md new file mode 100644 index 000000000..3fb6d592f --- /dev/null +++ b/charts/kuadrant-operator/README.md @@ -0,0 +1,62 @@ +# Kuadrant Operator + +This is the Helm Chart to install the official Kuadrant Kubernetes Operator + +## Installation + +### Prerequisites +- [Gateway API](https://gateway-api.sigs.k8s.io/) +- A Gateway Provider (I.E: [Istio](https://istio.io/latest/docs/ambient/install/helm/), +[Envoy](https://www.envoyproxy.io/docs/envoy/latest/start/start)) + +### Install Gateway API and Gateway Provider + +1. Install Kubernetes Gateway API: + +```sh +kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml +``` + +2. Install a Gateway Controller, i.e: Istio: + +```sh +helm install sail-operator \ + --create-namespace \ + --namespace istio-system \ + --wait \ + --timeout=300s \ + https://github.com/istio-ecosystem/sail-operator/releases/download/0.1.0/sail-operator-0.1.0.tgz + +kubectl apply -f -<