Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

error: unable to recognize "deployments/frontend.yaml": no matches for kind "Deployment" in version "extensions/v1beta1" #31

Open
138sa opened this issue Oct 11, 2020 · 2 comments

Comments

@138sa
Copy link

138sa commented Oct 11, 2020

No description provided.

@nitinvinayak
Copy link

Use this repo https://github.com/DhruvSondhi/orchestrate-with-kubernetes for git clone statement, it will solve the issue you are facing and you will be able to complete the lab. I was having the same trouble, I found the fix in one of the open issue pull request.

git clone https://github.com/DhruvSondhi/orchestrate-with-kubernetes

@ashutoshpipriye
Copy link

apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend
spec:
replicas: 1
selector:
matchLabels:
app: frontend
template:
metadata:
labels:
app: frontend

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants