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

Switch API's for Kubernetes >= 1.16 #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

njuettner
Copy link
Member

@njuettner njuettner commented Jan 23, 2020

Deprecation of API's were announced when using Kubernetes 1.16 and above. This leads to current failures when applying those manifests.

Different API groups:

NetworkPolicy (in the extensions/v1beta1 API group)

  • Migrate to use the networking.k8s.io/v1 API, available since v1.8. Existing persisted data can be >retrieved/updated via the networking.k8s.io/v1 API.

PodSecurityPolicy (in the extensions/v1beta1 API group)

  • Migrate to use the policy/v1beta1 API, available since v1.10. Existing persisted data can be retrieved/updated via the policy/v1beta1 API.

DaemonSet, Deployment, StatefulSet, and ReplicaSet (in the extensions/v1beta1 and apps/v1beta2 API groups)

  • Migrate to use the apps/v1 API, available since v1.9. Existing persisted data can be retrieved/updated via the apps/v1 API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant