You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/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!
The text was updated successfully, but these errors were encountered:
Kubectl version:
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!
The text was updated successfully, but these errors were encountered: