Skip to content

Commit e84b447

Browse files
authored
Use release manifest in installation section (#9)
1 parent 01431cd commit e84b447

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,7 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
1616
Deploy 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

0 commit comments

Comments
 (0)