Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,7 @@ A Kubernetes operator for managing serverless functions using the `func` CLI. Th
Deploy the operator to your cluster:

```bash
# Deploy the operator
make deploy IMG=ghcr.io/functions-dev/func-operator:latest
```

**⚠️ Hint**: We don't have any major release yet, therefore the `latest` tag reflects the changes from the `main` branch.

Or use the pre-built installer:

```bash
# Generate installer manifests
make build-installer IMG=ghcr.io/functions-dev/func-operator:latest

# Apply the installer
kubectl apply -f dist/install.yaml
kubectl apply -f https://github.com/functions-dev/func-operator/releases/latest/download/func-operator.yaml
```

## Usage
Expand Down