We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84c3f0 commit dbde542Copy full SHA for dbde542
1 file changed
docs/content/usage/integrations/kro.md
@@ -143,6 +143,9 @@ spec:
143
apiVersion: v1alpha1
144
kind: LoadBalancer
145
group: networking.kro.run
146
+ metadata:
147
+ labels:
148
+ kube-bind.io/exported: "true"
149
spec:
150
domain: string
151
configMapRef: string
@@ -214,14 +217,6 @@ spec:
214
217
EOF
215
218
```
216
219
-### Add kube-bind Export Label
-
-Add the export label to the `LoadBalancer` CRD.
220
221
-```bash
222
-kubectl label crd loadbalancers.networking.kro.run kube-bind.io/exported=true --overwrite
223
-```
224
225
### Export the LoadBalancer API
226
227
Create an `APIServiceExportTemplate`. Crucially, we add **PermissionClaims** to allow the provider
0 commit comments