Open
Description
i followed the instruction and ran: docker run -it --rm -v ${HOME}/.kube/config:/root/.kube/config:ro danisla/kube-yarn:latest
always error like below:
kubectl --namespace yarn-cluster create -f manifests/yarn-cluster-namespace.yaml
error: error validating "manifests/yarn-cluster-namespace.yaml": error validating data: the server could not find the requested resource; if you choose to ignore these errors, turn validation off with --validate=false
Makefile:48: recipe for target 'manifests/yarn-cluster-namespace.yaml' failed
make: *** [manifests/yarn-cluster-namespace.yaml] Error 1
from Dockerfile, manifest are builtin docker image along with Makefile, looks like Makefile is avaiable but manifest is not available?
Metadata
Metadata
Assignees
Labels
No labels