Skip to content

Commit dbde542

Browse files
committed
add kube-bind label in the kro RGD
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
1 parent d84c3f0 commit dbde542

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

  • docs/content/usage/integrations

docs/content/usage/integrations/kro.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ spec:
143143
apiVersion: v1alpha1
144144
kind: LoadBalancer
145145
group: networking.kro.run
146+
metadata:
147+
labels:
148+
kube-bind.io/exported: "true"
146149
spec:
147150
domain: string
148151
configMapRef: string
@@ -214,14 +217,6 @@ spec:
214217
EOF
215218
```
216219

217-
### Add kube-bind Export Label
218-
219-
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-
225220
### Export the LoadBalancer API
226221

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

0 commit comments

Comments
 (0)