Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Use node affinity to schedule pods on supported platforms #199

Merged
merged 2 commits into from
Feb 4, 2020

Commits on Feb 3, 2020

  1. Use node affinity to schedule pods on supported platforms

    Kubernetes 1.18+ is expected to drop the "beta.kubernetes.io" labels,
    
    https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#deprecations
    
    This is in favor of "kubernetes.io" which was added on 1.14. This commit replaces the node selectors using the old labels with node affinity for more flexibility.
    lrgar committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    0be58a2 View commit details
    Browse the repository at this point in the history
  2. Add entry to changelog

    lrgar committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ca273fa View commit details
    Browse the repository at this point in the history