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

Switch API's for Kubernetes >= 1.16#134

Open
njuettner wants to merge 1 commit into
giantswarm:masterfrom
njuettner:api-version
Open

Switch API's for Kubernetes >= 1.16#134
njuettner wants to merge 1 commit into
giantswarm:masterfrom
njuettner:api-version

Conversation

@njuettner
Copy link
Copy Markdown
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