File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,7 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
1616Deploy the operator to your cluster:
1717
1818``` 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
19+ kubectl apply -f https://github.com/functions-dev/func-operator/releases/latest/download/func-operator.yaml
3320```
3421
3522## Usage
You can’t perform that action at this time.
0 commit comments