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
11 changes: 3 additions & 8 deletions docs/content/usage/integrations/kro.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ spec:
apiVersion: v1alpha1
kind: LoadBalancer
group: networking.kro.run
metadata:
labels:
kube-bind.io/exported: "true"
spec:
domain: string
configMapRef: string
Expand Down Expand Up @@ -214,14 +217,6 @@ spec:
EOF
```

### Add kube-bind Export Label

Add the export label to the `LoadBalancer` CRD.

```bash
kubectl label crd loadbalancers.networking.kro.run kube-bind.io/exported=true --overwrite
```

### Export the LoadBalancer API

Create an `APIServiceExportTemplate`. Crucially, we add **PermissionClaims** to allow the provider
Expand Down