pablokbs / peladonerd

Repo con los archivos que uso para mi videos en youtube
2.04k stars 1.33k forks source link

Actualización de 01-hello-app-deployment.yaml por cambio de versión #41

Closed jeastman19 closed 4 years ago

jeastman19 commented 4 years ago

Se reemplaza el contenido del deployment kubernetes/3/01-hello-app-deployment.yaml por el yaml ubicado en la URL: https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/blob/master/hello-app/manifests/helloweb-deployment.yaml

Se producía el error:

- error: unable to recognize "01-hello-app-deployment.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"

luego de modificar:

apiVersion: extensions/v1beta1

por:

apiVersion: apps/v1

se produjo el error:

- kubectl apply -f 01-hello-app-deployment.yaml
error: unable to recognize "01-hello-app-deployment.yaml": no matches for kind "Deployment" in version "extensions/v1beta1"
pablokbs commented 4 years ago

Gracias!