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

Migrate from self-hosted to static pod control plane #536

Merged
merged 6 commits into from
Sep 12, 2019

Commits on Sep 10, 2019

  1. Migrate Fedora CoreOS AWS to a static pod control plane

    * Run a kube-apiserver, kube-scheduler, and kube-controller-manager
    static pod on each controller node. Previously, kube-apiserver was
    self-hosted as a DaemonSet across controllers and kube-scheduler
    and kube-controller-manager were a Deployment (with 2 or
    controller_count many replicas).
    * Remove bootkube bootstrap and pivot to self-hosted
    * Remove pod-checkpointer manifests (no longer needed)
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b60a2ec View commit details
    Browse the repository at this point in the history
  2. Migrate Fedora CoreOS bare-metal to static pod control plane

    * Run a kube-apiserver, kube-scheduler, and kube-controller-manager
    static pod on each controller node. Previously, kube-apiserver was
    self-hosted as a DaemonSet across controllers and kube-scheduler
    and kube-controller-manager were a Deployment (with 2 or
    controller_count many replicas).
    * Remove bootkube bootstrap and pivot to self-hosted
    * Remove pod-checkpointer manifests (no longer needed)
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    74780fb View commit details
    Browse the repository at this point in the history
  3. Migrate Container Linux bare-metal to static pod control plane

    * Run a kube-apiserver, kube-scheduler, and kube-controller-manager
    static pod on each controller node. Previously, kube-apiserver was
    self-hosted as a DaemonSet across controllers and kube-scheduler
    and kube-controller-manager were a Deployment (with 2 or
    controller_count many replicas).
    * Remove bootkube bootstrap and pivot to self-hosted
    * Remove pod-checkpointer manifests (no longer needed)
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    21632c6 View commit details
    Browse the repository at this point in the history
  4. Migrate Container Linux AWS to static pod control plane

    * Run a kube-apiserver, kube-scheduler, and kube-controller-manager
    static pod on each controller node. Previously, kube-apiserver was
    self-hosted as a DaemonSet across controllers and kube-scheduler
    and kube-controller-manager were a Deployment (with 2 or
    controller_count many replicas).
    * Remove bootkube bootstrap and pivot to self-hosted
    * Remove pod-checkpointer manifests (no longer needed)
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    c933bdf View commit details
    Browse the repository at this point in the history
  5. Migrate GCP, DO, Azure to static pod control plane

    * Run a kube-apiserver, kube-scheduler, and kube-controller-manager
    static pod on each controller node. Previously, kube-apiserver was
    self-hosted as a DaemonSet across controllers and kube-scheduler
    and kube-controller-manager were a Deployment (with 2 or
    controller_count many replicas).
    * Remove bootkube bootstrap and pivot to self-hosted
    * Remove pod-checkpointer manifests (no longer needed)
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    db94753 View commit details
    Browse the repository at this point in the history
  6. Update CHANGES for control plane static pod switch

    * Remove old references to bootkube / self-hosted
    dghubble committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b15c60f View commit details
    Browse the repository at this point in the history