Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Kraken Dockerized version #460

Open
pravalikaponugupati opened this issue Aug 10, 2023 · 0 comments
Open

Cannot run Kraken Dockerized version #460

pravalikaponugupati opened this issue Aug 10, 2023 · 0 comments

Comments

@pravalikaponugupati
Copy link

I am trying to run kraken dockerized version, however there seems to be lot of uncertainty around kubeconfig and config.yaml files.
I am trying to test this on local. I have both kubectl and minikube installed on my system. I had been referring to this documentation: https://github.com/redhat-chaos/krkn/blob/main/docs/installation.md

I have a docker compose file that looks something like this:

version: "3.7"    
services:
  app:
    image: quay.io/redhat-chaos/krkn:latest  
    volumes:
      - type: bind
        source: C:/Users/voldemort/.kube/config
        target: /root/.kube/config:Z

      - type: bind
        source: C:/Users/voldemort/Desktop/ARM/config/config.yaml
        target: /root/kraken/config/config.yaml:Z

I see that the kube-config is well present in the path C:/Users/voldemort/.kube/config.
When I do docker compose up I seem to be experiencing the following error :

image

Any idea what might be wrong. Appreciate the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant