Skip to content

Manifest is not available when run official docker image #13

Open
@bronzels

Description

@bronzels

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions