We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01431cd commit e84b447Copy full SHA for e84b447
1 file changed
README.md
@@ -16,20 +16,7 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
16
Deploy the operator to your cluster:
17
18
```bash
19
-# Deploy the operator
20
-make deploy IMG=ghcr.io/functions-dev/func-operator:latest
21
-```
22
-
23
-**⚠️ Hint**: We don't have any major release yet, therefore the `latest` tag reflects the changes from the `main` branch.
24
25
-Or use the pre-built installer:
26
27
-```bash
28
-# Generate installer manifests
29
-make build-installer IMG=ghcr.io/functions-dev/func-operator:latest
30
31
-# Apply the installer
32
-kubectl apply -f dist/install.yaml
+kubectl apply -f https://github.com/functions-dev/func-operator/releases/latest/download/func-operator.yaml
33
```
34
35
## Usage
0 commit comments