Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Kubernetes DaemonSet extensions/v1beta1 deprecated #649

@jfcgaspar

Description

@jfcgaspar

As of Kubernetes release 1.16, DaemonSet in the extensions/v1beta1 is no longer available.
This breaks /gluster-kubernetes/deploy/kube-template/glusterfs-daemonset.yaml which still invokes this apiversion.

Should be migrated to apps/v1, with the following note:

"spec.selector is now required and immutable after creation; use the existing template labels as the selector for seamless upgrades"

https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions