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

Support for Kubernetes >= 1.16 #1044

Merged
merged 4 commits into from
Apr 16, 2020
Merged

Support for Kubernetes >= 1.16 #1044

merged 4 commits into from
Apr 16, 2020

Commits on Apr 14, 2020

  1. feat: support k8s 1.16 when deployed as DaemonSet

    update API resource version and remove deprecated one.
    
    Signed-off-by: maxgio92
    <massimiliano.giovagnoli.1992@gmail.com>
    Massimiliano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    cd55ad8 View commit details
    Browse the repository at this point in the history
  2. feat: support k8s 1.17 when deployed as DaemonSet

    update API resource version and remove deprecated one.
    
    Signed-off-by: maxgio92
    <massimiliano.giovagnoli.1992@gmail.com>
    Massimiliano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f023913 View commit details
    Browse the repository at this point in the history
  3. improvement(deployment): remove 1.16 deprecated deployment api group …

    …version
    
    replace extension/v1beta1 with 1.16-supported apps/v1 version as for release announcement
    
    BREAKING CHANGE: spec.rollbackTo is removed, spec.selector is now required and immutable after
    creation, spec.progressDeadlineSeconds now defaults to 600 seconds, spec.revisionHistoryLimit now
    defaults to 10, maxSurge and maxUnavailable now default to 25%
    
    issue #1043
    
    Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
    Massimiliano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4ae452e View commit details
    Browse the repository at this point in the history
  4. improvement(rbac): remove 1.17 deprecated rbac api group

    replace rbac.authorization.k8s.io/v1beta1 with rbac.authorization.k8s.io/v1 as for the changelog
    
    Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
    Massimiliano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    52c1b4f View commit details
    Browse the repository at this point in the history