Kubernetes: Deployments are stable since v1.16

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#deployment-v116
K8s Version v1.16 doesn't allow `extensions/v1beta1` as API version.
This commit is contained in:
Thomas Laubrock 2023-03-05 15:10:22 +01:00 committed by GitHub
parent c91f3f99fd
commit 4f06df719d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels: