Skip to content

federated api servers: Implement a discovery merger #20229

Closed
@nikhiljindal

Description

Subtask from #17191

A go program that will fetch discovery info from all federated servers and provide a summarized view.

In addition to the discovery information that apiservers currently surface, we need to add a server URL.

Open questions:

  • Extend the existing APIGroupList (
    type APIGroupList struct {
    ) and add a server URL there or define a new one?
  • Return the appropriate server URL for internal and external clients.
    • Do we want to do this?
    • Can we auto detect if the request is from a client inside the cluster or external?
    • Or should the request have a way to specify that?
    • How does the client figure out that is it inside the cluster for master or not?

@kubernetes/sig-api-machinery @kubernetes/goog-csi @smarterclayton @lavalamp @thockin @bgrant0607

Metadata

Assignees

No one assigned

    Labels

    area/apiIndicates an issue on api area.area/apiserverkind/designCategorizes issue or PR as related to design.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions