Closed danielsollondon closed 7 months ago
Hey @danielsollondon looks like your local docker is not running, also I would delete the local kind cluster, as the install process currently will create it and does not support importing for that type
if you run into more issues with this please reopen an issue under the Showcase repo
thank you!
Hey, I have been trying to get this up and running, but getting errors below, these are the steps:
./porter credentials generate back-stack-cloud-creds --reference ghcr.io/back-stack/showcase-bundle:latest
For these I have a populated the Azure.json, Pat token, kubeconfig path for the existing KinD cluster.
]I run the install: ./porter install back-stack --reference ghcr.io/back-stack/showcase-bundle:latest --credential-set back-stack-cloud-creds --param repository=https://github.com/danielsollondon/backstack --allow-docker-host-access
Then I see these errors:
I use rancher desktop, when I run 'docker ps -a --filter label=io.x-k8s.kind.cluster --format '{{.Label "io.x-k8s.kind.cluster"}}'', this return an existing cluster name.
Any pointers would be great! TIA!