Skip to content

Commit

Permalink
Update keps/sig-network/4410-k8s-network-interface/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Utt <[email protected]>
  • Loading branch information
MikeZappa87 and shaneutt authored Jan 30, 2024
1 parent 664c2e0 commit 17a0fa6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions keps/sig-network/4410-k8s-network-interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,7 @@ know that this has succeeded?
* we should provide a example network runtime and easy starter project
4. Provide an API that is flexible for experimentation and opinionated use cases
* example extradata map[string] string
5. Provide an API to report on a networks status
6. Provide an API to provide network metrics such as available IP addresses
7. Provide an API that provides networks available on the node
8. Provide a K8s resource to define a Network
* this should provide the usable cidr block(s) per node
* this should provide the needed information to the controller to reconcile to establish pod to pod networking
8. Provide an API that will create a network on a node
9. Provide an API that will delete a network off a node
8. Provide an API that will attach a one or more networks to a pod
9. Provide an API that will detach a one or more network from a pod
5. Provide APIs for the creation, configuration and management of networks for `Pods`.
10. Provide an API that will update a network attachment of a pod
11. Determine the reference implementation
12. Establish feature parity with current CNI [ADD, DEL]
Expand Down

0 comments on commit 17a0fa6

Please sign in to comment.