Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apiVersion #1

Open
Anorlondo448 opened this issue Jun 25, 2023 · 0 comments
Open

Update apiVersion #1

Anorlondo448 opened this issue Jun 25, 2023 · 0 comments

Comments

@Anorlondo448
Copy link

Anorlondo448 commented Jun 25, 2023

Deployment and Ingress ApiVersion is out of date, so I can't proceed with the tutorial.

$ kubectl create -f ./bootcamp.yaml                                                               (git)[master]
resource mapping not found for name: "bootcamp-v1" namespace: "" from "./bootcamp.yaml": no matches for kind "Deployment" in version "apps/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "bootcamp-v2" namespace: "" from "./bootcamp.yaml": no matches for kind "Deployment" in version "apps/v1beta1"
ensure CRDs are installed first

apiVersion: apps/v1beta1

apiVersion: apps/v1beta1

$ kubectl create -f ./bootcamp-ingress.yaml                                                  (git)[master]

error: resource mapping not found for name: "bootcamp" namespace: "" from "./bootcamp-ingress.yaml": no matches for kind "Ingress" in version "extensions/v1beta1"
ensure CRDs are installed first

apiVersion: extensions/v1beta1

@Anorlondo448 Anorlondo448 changed the title Update Deployment apiVersion Update apiVersion Jun 25, 2023
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

No branches or pull requests

1 participant