Skip to content

k8s: update Deployment apiVersion#4

Open
tommilligan wants to merge 1 commit intosourishkrout:masterfrom
tommilligan:deployment-version
Open

k8s: update Deployment apiVersion#4
tommilligan wants to merge 1 commit intosourishkrout:masterfrom
tommilligan:deployment-version

Conversation

@tommilligan
Copy link

Deploying this app on the latest version of minikube gives the following error:

$ cat nodevoto.yml | minikube kubectl -- apply -f -
namespace/nodevoto created
service/gif-svc created
service/voting-svc created
service/web-svc created
unable to recognize "STDIN": no matches for kind "Deployment" in version "apps/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "apps/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "apps/v1beta1"
unable to recognize "STDIN": no matches for kind "Deployment" in version "apps/v1beta1"

This PR updates the apiVersion of Deployment so that it works.


I found your repo from this k8s blog post.

@tommilligan
Copy link
Author

@sourishkrout is there anything else I can do to help this into master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant