Skip to content

Commit ebfe84f

Browse files
committed
fix group reference
1 parent 6d9e3e2 commit ebfe84f

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-network/1880-multiple-service-cidrs

1 file changed

+1
-1
lines changed

keps/sig-network/1880-multiple-service-cidrs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ multiple apiservers, see https://github.com/kubernetes/kubernetes/issues/114743.
252252

253253
The new allocation mode requires:
254254

255-
- 2 new API objects ServiceCIDR and IPAddress in networking.k8s.io/v1alpha1, see <https://groups.google.com/g/kubernetes-sig-api-machinery/c/S0KuN_PJYXY/m/573BLOo4EAAJ>. The ServiceCIDR will be protected with a finalizer, the IPAddress object doesn't need a finalizer because the APIserver always release and delete the IPAddress after the Service has been deleted.
255+
- 2 new API objects ServiceCIDR and IPAddress in the group `networking.k8s.io``, see <https://groups.google.com/g/kubernetes-sig-api-machinery/c/S0KuN_PJYXY/m/573BLOo4EAAJ>. The ServiceCIDR will be protected with a finalizer, the IPAddress object doesn't need a finalizer because the APIserver always release and delete the IPAddress after the Service has been deleted.
256256
- 1 new allocator implementing current `allocator.Interface`, that runs in each apiserver, and uses the new ServiceCIDRs objects to allocate IPs for Services.
257257
- 1 new repair loop that runs in the apiserver that reconciles the Services with the IPAddresses: repair
258258
Services, garbage collecting orphan IPAddresses and handle the upgrade from the old allocators.

0 commit comments

Comments
 (0)