okteto / samples

Learn how to develop with Okteto
https://okteto.com/
Apache License 2.0
111 stars 30 forks source link

[PHP] k8s manifest not working in 1.18+ #105

Closed jygastaud closed 4 years ago

jygastaud commented 4 years ago

Since Kubernetes 1.18,

apiVersion: extensions/v1beta1
kind: Deployment

is not working anymore.

We should use

- apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment

Patch is coming.