build
build copied to clipboard
unable to recognize "build.yaml": no matches for kind "Image" in version
Expected Behavior
"kubectl apply -f build.yaml" run without error
Actual Behavior
Got error: unable to recognize "build.yaml": no matches for kind "Image" in version "caching.internal.knative.dev/v1alpha1"
Steps to Reproduce the Problem
- kubectl apply -f build.yaml will resproduce the error on my environment
Additional Info
Running PKS, version: v1.11.3
@CatCassie : Can you provide sanitized version of build.yaml
?