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

Ensure CRDs are installed first #38

Open
andyfaizan opened this issue Aug 15, 2023 · 0 comments
Open

Ensure CRDs are installed first #38

andyfaizan opened this issue Aug 15, 2023 · 0 comments

Comments

@andyfaizan
Copy link

andyfaizan commented Aug 15, 2023

~/work/projects/microservices-repos » helm template ingress-starter | kubectl apply -f -
serviceaccount/ingress-starter created
configmap/ingress-starter created
service/ingress-starter created
deployment.apps/ingress-starter created
resource mapping not found for name: "ingress-starter" namespace: "" from "STDIN": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "ingress-starter" namespace: "default" from "STDIN": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta2"
ensure CRDs are installed first
resource mapping not found for name: "ingress-starter" namespace: "default" from "STDIN": no matches for kind "DestinationRule" in version "networking.istio.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "ingress-starter" namespace: "default" from "STDIN": no matches for kind "VirtualService" in version "networking.istio.io/v1beta1"
ensure CRDs are installed first

Kubectl version:

~/work/projects/microservices-repos » kubectl version --output=yaml
clientVersion:
  buildDate: "2023-04-12T12:16:51Z"
  compiler: gc
  gitCommit: a1a87a0a2bcd605820920c6b0e618a8ab7d117d4
  gitTreeState: clean
  gitVersion: v1.25.9
  goVersion: go1.19.8
  major: "1"
  minor: "25"
  platform: darwin/amd64
kustomizeVersion: v4.5.7
serverVersion:
  buildDate: "2023-06-14T09:47:40Z"
  compiler: gc
  gitCommit: 25b4e43193bcda6c7328a6d147b1fb73a33f1598
  gitTreeState: clean
  gitVersion: v1.27.3
  goVersion: go1.20.5
  major: "1"
  minor: "27"
  platform: linux/amd64

WARNING: version difference between client (1.25) and server (1.27) exceeds the supported minor version skew of +/-1

Research suggested that this is an issue with kubectl version 1.25+
Any chance you'd be resolving this?

PS: I am new to k8s + istio so I might be missing out on some obvious info.

Thanks!

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