Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external control plane #309

Merged

Commits on Sep 8, 2022

  1. support external control plane

    The use case is for managed kubernetes services (similar to
    aws EKS or google GKE), where the kubernetes control plane
    components (apiserver, etcd, kube-scheduler etc) are hosted
    by cloud service provider in the provider managed kubernetes
    cluster and only workload components (worker nodes) are
    visible to end user. In such case, end user can still deploy
    sriov operator on the worker node by accessing k8s apiserver
    hosted externally.
    
    Signed-off-by: Zenghui Shi <zshi@redhat.com>
    zshi-redhat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    711302e View commit details
    Browse the repository at this point in the history