当尝试将我的service.yaml文件作为本地服务部署在GKE上时,会引发错误:
[[1], [3], [2, 4]]
[[1], [2], [3], [4]]
[[1], [2], [3, 4]]
[[1], [4], [2, 3]]
[[4], [1, 2, 3]]
[[1], [2, 3, 4]]
[[2], [3], [1, 4]]
[[2], [4], [1, 3]]
[[1, 2, 3, 4]]
[[1, 3], [2, 4]]
[[1, 4], [2, 3]]
[[2], [1, 3, 4]]
[[3], [1, 2], [4]]
[[1, 2], [3, 4]]
[[3], [1, 2, 4]]
我想念什么吗?
我的service.yaml:
kubectl create -f k8s\service.yaml
error: unable to recognize "k8s\\service.yaml": no matches for serving.knative.dev/, Kind=Service