epinio: Connection to internal repository fails
Describe the bug Epinio unable to build and deploy even in its most standard configuration
To Reproduce Steps to reproduce the behavior:
- Install Epinio
install epinio
- Push an app (sample app given in the docs, and from the directory as given in the instructions)
epinio push sample sample-app
- See error
Expected behavior sample app to have been built and deployed
Logs
root@k3s2:/opt/test/epinio/assets# epinio install
2021/09/17 11:01:05 Config-0xc0001ba240 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:01:05 Config-0xc0001ba240 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(bd872a4a25a534a5), pass=(4392d08579b6d094), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:01:05 InstallClient/Install "level"=1 "msg"="start"
🚢 Epinio v0.1.0 installing...
2021/09/17 11:01:05 InstallClient/Install "level"=2 "msg"="process cli options"
2021/09/17 11:01:05 InstallClient/Install "level"=2 "msg"="fill defaults into options"
2021/09/17 11:01:05 InstallClient/Install "level"=2 "msg"="show option configuration"
Configuration...
🧭 skip-traefik: false
🧭 skip-linkerd: false
🧭 skip-cert-manager: false
🧭 system_domain:
🧭 email_address: epinio@suse.com
🧭 user: 3b3c576581547573
🧭 password: ca36e81dfb8068f7
🧭 tls-issuer: epinio-ca
🧭 use-internal-registry-node-port: true
🧭 loadbalancer-ip:
2021/09/17 11:01:05 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="linkerd"
2021/09/17 11:01:05 InstallClient/Install/Deploy "level"=3 "msg"="start"
2021/09/17 11:01:05 InstallClient/Install/Deploy "level"=3 "msg"="check presence, local service"
2021/09/17 11:01:05 InstallClient/Install/Deploy "level"=3 "msg"="check presence, linkerd namespace"
🚢 Deploying Linkerd...2021/09/17 11:01:05 InstallClient/Install/Deploy "level"=3 "msg"="deploying linkerd"
Executing: kubectl [apply --filename /tmp/epinio1954450211] (in: /opt/test/epinio/assets)
✔️ Linkerd deployed
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="return"
2021/09/17 11:01:26 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:26 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="traefik"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="start"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="config" "skipTraefik"=false
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="check presence, local service"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="check presence, system service"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="check presence, traefik namespace"
🚢 Deploying Traefik Ingress...2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="deploying traefik"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="creating namespace" "namespace"="traefik"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="assembling helm command"
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="assembled helm command" "command"="helm install traefik --namespace traefik https://helm.traefik.io/traefik/traefik-9.11.0.tgz --set globalArguments= --set-string deployment.podAnnotations.linkerd\\.io/inject=enabled --set-string ports.web.redirectTo=websecure --set-string service.spec.loadBalancerIP="
2021/09/17 11:01:26 InstallClient/Install/Deploy "level"=3 "msg"="run helm command"
Executing: helm [install traefik --namespace traefik https://helm.traefik.io/traefik/traefik-9.11.0.tgz --set globalArguments= --set-string deployment.podAnnotations.linkerd\.io/inject=enabled --set-string ports.web.redirectTo=websecure --set-string service.spec.loadBalancerIP=] (in: /opt/test/epinio/assets)
2021/09/17 11:01:28 InstallClient/Install/Deploy "level"=3 "msg"="completed helm command"
2021/09/17 11:01:28 InstallClient/Install/Deploy "level"=3 "msg"="waiting for pods to exist"
.2021/09/17 11:01:28 InstallClient/Install/Deploy "level"=3 "msg"="waiting for pods to run"
.....................2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="waiting for loadbalancer on service"
.2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="apply done"
✔️ Traefik Ingress deployed
2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="ensure system-domain"
.
✔️ Using system_domain: 192.168.50.43.omg.howdoi.website
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="kubed"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="cert-manager"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="epinio"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="gitea"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="epinio-registry"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="tekton"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="check" "Deployment"="service-catalog"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="return"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="kubed"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="epinio"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="epinio-registry"
2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="start"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="cert-manager"
2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="start"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="gitea"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="tekton"
2021/09/17 11:01:48 InstallClient/Install "level"=2 "msg"="deploy" "Deployment"="service-catalog"
🚢 Deploying Kubed...
🚢 Deploying Registry...2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="creating namespace" "namespace"="epinio-registry"
🚢 Deploying Gitea...
🚢 Deploying Tekton...
🚢 Deploying Epinio...
🚢 Deploying CertManager...2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="creating namespace" "namespace"="cert-manager"
🚢 Deploying ServiceCatalog...Executing: helm [install kubed --namespace kubed /tmp/epinio1087710035] (in: /opt/test/epinio/assets)
2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="extracting chart file" "name"="container-registry-0.1.0.tgz"
2021/09/17 11:01:48 InstallClient/Install/Deploy "level"=3 "msg"="local transient tar archive" "name"="/tmp/epinio458440305"
Executing: helm [install gitea --values /tmp/epinio1027060104 --set postgresql.volumePermissions.enabled=true --set gitea.volumePermissions.enabled=true --namespace gitea https://dl.gitea.io/charts/gitea-2.1.3.tgz] (in: /opt/test/epinio/assets)
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="htpasswd from credentials" "htpasswd"="a35aa6a2c13eb74f:$2a$10$t4KGEYaPFGsMhCoNK01BcOJwCDaCaQcdgS5V7HJUYQ2JYkpPgBu/u"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="system domain" "domain"="192.168.50.43.omg.howdoi.website"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="create properly annotated secret"
Executing: kubectl [apply --namespace epinio --filename /tmp/epinio2902910842] (in: /opt/test/epinio/assets)
I0917 11:01:49.505602 1215782 request.go:655] Throttling request took 1.154056848s, request: POST:https://127.0.0.1:6443/api/v1/namespaces
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="extracting chart file" "name"="cert-manager-v1.2.0.tgz"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="local transient tar archive" "name"="/tmp/epinio3211912250"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="assembling helm command"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="assembled helm command" "command"="helm install cert-manager --namespace cert-manager /tmp/epinio3211912250 --set installCRDs=true --set extraArgs[0]=--enable-certificate-owner-ref=true"
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="run helm command"
Executing: helm [install cert-manager --namespace cert-manager /tmp/epinio3211912250 --set installCRDs=true --set extraArgs[0]=--enable-certificate-owner-ref=true] (in: /opt/test/epinio/assets)
Executing: helm [install service-catalog --namespace service-catalog /tmp/epinio1351758095] (in: /opt/test/epinio/assets)
2021/09/17 11:01:49 InstallClient/Install/Deploy "level"=3 "msg"="waiting for cert manager to be present and active"
.Executing: kubectl [apply --filename /tmp/epinio4229880820] (in: /opt/test/epinio/assets)
...Executing: kubectl [apply --namespace epinio --filename /tmp/epinio1352789118] (in: /opt/test/epinio/assets)
..............Executing: kubectl [apply --namespace tekton-staging --filename /tmp/epinio218118584] (in: /opt/test/epinio/assets)
..............2021/09/17 11:01:59 InstallClient/Install/Deploy "level"=3 "msg"="completed helm command"
2021/09/17 11:01:59 InstallClient/Install/Deploy "level"=3 "msg"="waiting for pods to exist, and run"
........................Executing: kubectl [apply --filename /tmp/epinio2784831465] (in: /opt/test/epinio/assets)
.........................................
✔️ Kubed deployed
2021/09/17 11:02:08 InstallClient/Install "level"=2 "msg"="return"
.........................................2021/09/17 11:02:15 InstallClient/Install/Deploy "level"=3 "msg"="create cluster issuer" "issuer"="{\n\t\"apiVersion\": \"cert-manager.io/v1alpha2\",\n\t\"kind\": \"ClusterIssuer\",\n\t\"metadata\": {\n\t\t\"name\": \"letsencrypt-production\"\n\t},\n\t\"spec\": {\n\t\t\"acme\" : {\n\t\t\t\"email\" : \"epinio@suse.com\",\n\t\t\t\"server\" : \"https://acme-v02.api.letsencrypt.org/directory\",\n\t\t\t\"privateKeySecretRef\" : {\n\t\t\t\t\"name\" : \"letsencrypt-production\"\n\t\t\t},\n\t\t\t\"solvers\" : [\n\t\t\t{\n\t\t\t\t\"http01\" : {\n\t\t\t\t\t\"ingress\" : {\n\t\t\t\t\t\t\"class\" : \"traefik\",\n\t\t\t\t\t\t\"ingressTemplate\": {\n\t\t\t\t\t\t\t\"metadata\": {\n\t\t\t\t\t\t\t\t\"annotations\": {\n\t\t\t\t\t\t\t\t\t\"traefik.ingress.kubernetes.io/router.tls\": \"true\",\n\t\t\t\t\t\t\t\t\t\"traefik.ingress.kubernetes.io/router.entrypoints\": \"websecure\"\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"
................Executing: kubectl [wait --for condition=established --timeout 600s crd/clustertasks.tekton.dev] (in: /opt/test/epinio/assets)
....Executing: kubectl [wait --for condition=established --timeout 600s crd/conditions.tekton.dev] (in: /opt/test/epinio/assets)
...Executing: kubectl [wait --for condition=established --timeout 600s crd/pipelineresources.tekton.dev] (in: /opt/test/epinio/assets)
......Executing: kubectl [wait --for condition=established --timeout 600s crd/pipelineruns.tekton.dev] (in: /opt/test/epinio/assets)
....Executing: kubectl [wait --for condition=established --timeout 600s crd/pipelines.tekton.dev] (in: /opt/test/epinio/assets)
...Executing: kubectl [wait --for condition=established --timeout 600s crd/runs.tekton.dev] (in: /opt/test/epinio/assets)
....Executing: kubectl [wait --for condition=established --timeout 600s crd/taskruns.tekton.dev] (in: /opt/test/epinio/assets)
..Executing: kubectl [wait --for condition=established --timeout 600s crd/tasks.tekton.dev] (in: /opt/test/epinio/assets)
.....Executing: kubectl [apply --filename /tmp/epinio1390287914] (in: /opt/test/epinio/assets)
...............Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
..............
✔️ ServiceCatalog deployed
2021/09/17 11:02:27 InstallClient/Install "level"=2 "msg"="return"
....2021/09/17 11:02:28 InstallClient/Install/Deploy "level"=3 "msg"="create cluster issuer" "issuer"="{\n\t\"apiVersion\": \"cert-manager.io/v1alpha2\",\n\t\"kind\": \"ClusterIssuer\",\n\t\"metadata\": {\n\t\t\"name\": \"selfsigned-issuer\"\n\t},\n\t\"spec\": {\n\t\t\"selfSigned\" : {}\n\t}\n}"
.2021/09/17 11:02:28 InstallClient/Install/Deploy "level"=3 "msg"="create private CA cert" "spec"="{\n\t\t\"apiVersion\" : \"cert-manager.io/v1alpha2\",\n\t\t\"kind\" : \"Certificate\",\n\t\t\"metadata\" : {\n\t\t\t\"name\" : \"epinio-ca\"\n\t\t},\n\t\t\"spec\" : {\n\t\t\t\"isCA\" : true,\n\t\t\t\"commonName\" : \"epinio-ca\",\n\t\t\t\"secretName\" : \"epinio-ca-root\",\n\t\t\t\"privateKey\" : {\n\t\t\t\t\"algorithm\" : \"ECDSA\",\n\t\t\t\t\"size\" : 256\n\t\t\t},\n\t\t\t\"issuerRef\" : {\n\t\t\t\t\"name\" : \"selfsigned-issuer\",\n\t\t\t\t\"kind\" : \"ClusterIssuer\"\n\t\t\t}\n\t\t}\n\t}"
2021/09/17 11:02:28 InstallClient/Install/Deploy "level"=3 "msg"="create cluster issuer" "issuer"="{\n\t\"apiVersion\" : \"cert-manager.io/v1alpha2\",\n\t\"kind\" : \"ClusterIssuer\",\n\t\"metadata\" : {\n\t\t\"name\" : \"epinio-ca\"\n\t},\n\t\"spec\" : {\n\t\t\"ca\" : {\n\t\t\t\"secretName\": \"epinio-ca-root\"\n\t\t}\n\t}\n}"
✔️ CertManager deployed
2021/09/17 11:02:28 InstallClient/Install/Deploy "level"=3 "msg"="apply done"
2021/09/17 11:02:28 InstallClient/Install/Deploy "level"=3 "msg"="return"
2021/09/17 11:02:28 InstallClient/Install "level"=2 "msg"="return"
..2021/09/17 11:02:29 InstallClient/Install/Deploy "level"=3 "msg"="issue registry cert"
2021/09/17 11:02:29 InstallClient/Install/Deploy "level"=3 "msg"="assembling helm command"
2021/09/17 11:02:29 InstallClient/Install/Deploy "level"=3 "msg"="assembled helm command" "command"="helm install epinio-registry --namespace epinio-registry /tmp/epinio458440305 --set auth.htpasswd=a35aa6a2c13eb74f:$2a$10$t4KGEYaPFGsMhCoNK01BcOJwCDaCaQcdgS5V7HJUYQ2JYkpPgBu/u --set domain=epinio-registry.192.168.50.43.omg.howdoi.website --set createNodePort=true"
2021/09/17 11:02:29 InstallClient/Install/Deploy "level"=3 "msg"="run helm command"
Executing: helm [install epinio-registry --namespace epinio-registry /tmp/epinio458440305 --set auth.htpasswd=a35aa6a2c13eb74f:$2a$10$t4KGEYaPFGsMhCoNK01BcOJwCDaCaQcdgS5V7HJUYQ2JYkpPgBu/u --set domain=epinio-registry.192.168.50.43.omg.howdoi.website --set createNodePort=true] (in: /opt/test/epinio/assets)
Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
......2021/09/17 11:02:31 InstallClient/Install/Deploy "level"=3 "msg"="completed helm command"
2021/09/17 11:02:31 InstallClient/Install/Deploy "level"=3 "msg"="waiting for pods to exist"
.2021/09/17 11:02:31 InstallClient/Install/Deploy "level"=3 "msg"="waiting for pods to run"
.....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
............Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
.........
✔️ Gitea deployed
2021/09/17 11:02:40 InstallClient/Install "level"=2 "msg"="return"
..Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
..
✔️ Registry deployed
2021/09/17 11:02:42 InstallClient/Install/Deploy "level"=3 "msg"="return"
2021/09/17 11:02:42 InstallClient/Install "level"=2 "msg"="return"
...Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
...Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
...Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
....Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
..Executing: kubectl [apply --filename /tmp/epinio3954946557] (in: /opt/test/epinio/assets)
....
✔️ Epinio deployed
2021/09/17 11:03:21 InstallClient/Install "level"=2 "msg"="return"
.Executing: kubectl [get secret --namespace tekton-staging epinio-registry-tls -o jsonpath={.data.tls\.crt}] (in: /opt/test/epinio/assets)
..
✔️ Tekton deployed
2021/09/17 11:03:24 InstallClient/Install "level"=2 "msg"="return"
✔️ Epinio installed.
System domain: 192.168.50.43.omg.howdoi.website
API User: 3b3c576581547573
API Password: ca36e81dfb8068f7
Traefik Ingress info: [{"ip":"192.168.50.43"}]
2021/09/17 11:03:24 InstallClient/Install "level"=1 "msg"="return"
✔️ Installation Complete.
2021/09/17 11:03:24 Config-0xc000548870 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:24 Config-0xc000548870 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(bd872a4a25a534a5), pass=(4392d08579b6d094), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="query configuration"
2021/09/17 11:03:24 Config-0xc000548990 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:24 Config-0xc000548990 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(bd872a4a25a534a5), pass=(4392d08579b6d094), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="cached in config"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="return" "api"="https://epinio.192.168.50.43.omg.howdoi.website" "wss"="wss://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient/New "level"=4 "msg"="Ingress API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient/New "level"=4 "msg"="Config API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient "level"=4 "msg"="Initial config" "value"="namespace=(workspace), user=(bd872a4a25a534a5), pass=(4392d08579b6d094), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=4 "msg"="start"
🚢 Updating the stored credentials from the current cluster
Config: /root/.config/epinio/config.yaml
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieving credentials"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="got cluster"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="got secret" "secret"="epinio-api-auth-data"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieved credentials" "password"="ca36e81dfb8068f7" "user"="3b3c576581547573"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieving server locations"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="got cluster"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieved server locations" "api"="https://epinio.192.168.50.43.omg.howdoi.website" "wss"="wss://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieving certs"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="got cluster"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="got secret" "secret"="epinio-tls"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="retrieved certs" "certs"="-----BEGIN CERTIFICATE-----\nMIIC9TCCAd2gAwIBAgIRAKKv1yCbi/uUDGdWTbzZMQMwDQYJKoZIhvcNAQELBQAw\nFDESMBAGA1UEAxMJZXBpbmlvLWNhMB4XDTIxMDkxNzEwMDMxNloXDTIxMTIxNjEw\nMDMxNlowFDESMBAGA1UEAxMJZXBpbmlvLWNhMIIBIjANBgkqhkiG9w0BAQEFAAOC\nAQ8AMIIBCgKCAQEAzOXHAS8UmL0HdXoFTjilsl8cbzyd0fxg1hSEcQDZIZeA4Xxf\nS1VC4Wb7QaqHJoB8KTvFIEhA09qhMvSxGsC9jMf/peTFISCiJ6hSADiyjMmX+5+J\nQxArPFTsdIIgvrYaUNOUCgpxzszqXoqPi2stcVy9U9Z1hKYtZPVlynkMFHfh9KEB\nsve2WOsYtnr/uCBvVYdyELSXvgpobBklwUfie+5KWapnvIYNe0GzNHlDHrMt2cde\ngnWhbxTtaxgkm67A6LzHwU4eCeRXLKoFEsRoZY9kMVVosJHvw0Q3XCSdVl8m/AOy\njY9quYH5KWrjzgKEeBr9TpPtJKIBqUP0AgfiWwIDAQABo0IwQDAOBgNVHQ8BAf8E\nBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUYS0sKOk7h6eDQrwL1pby\n7HD8MWwwDQYJKoZIhvcNAQELBQADggEBAIVGB2mH8U3e6aNdlksB8ZfrnvXTzRsK\ni7dVAuA6aoiy7KT5THGvtJmqQA/UHtL1KaDe/L9++/54YuzfELm6pEuSPoIcHjqx\nnOqPpTN643FxQKWBIJfRctWcgG6A2SNEhb5t3exohXi8re0lNt/qs2+pDmWKQzZC\n0cw6HGpQ/GSVWdzOqv2TaOn8nmTfnU1bZ5HiOrIKnAMl9r2kLta7M93NAqg4VzN0\nsIm7Wl6dHy0kXrmAWtN40a/74gQlGv6bUxIuMi8RrjbT4ZwsT7gaDaKcP6INcDia\n8Qm6+0jO78JB9eoJx4o4yhnhuqstzLEn+6DvU4bFU31AE7Wdo3wUp6c=\n-----END CERTIFICATE-----\n"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="saving" "api"="https://epinio.192.168.50.43.omg.howdoi.website" "cert"="-----BEGIN CERTIFICATE-----\nMIIC9TCCAd2gAwIBAgIRAKKv1yCbi/uUDGdWTbzZMQMwDQYJKoZIhvcNAQELBQAw\nFDESMBAGA1UEAxMJZXBpbmlvLWNhMB4XDTIxMDkxNzEwMDMxNloXDTIxMTIxNjEw\nMDMxNlowFDESMBAGA1UEAxMJZXBpbmlvLWNhMIIBIjANBgkqhkiG9w0BAQEFAAOC\nAQ8AMIIBCgKCAQEAzOXHAS8UmL0HdXoFTjilsl8cbzyd0fxg1hSEcQDZIZeA4Xxf\nS1VC4Wb7QaqHJoB8KTvFIEhA09qhMvSxGsC9jMf/peTFISCiJ6hSADiyjMmX+5+J\nQxArPFTsdIIgvrYaUNOUCgpxzszqXoqPi2stcVy9U9Z1hKYtZPVlynkMFHfh9KEB\nsve2WOsYtnr/uCBvVYdyELSXvgpobBklwUfie+5KWapnvIYNe0GzNHlDHrMt2cde\ngnWhbxTtaxgkm67A6LzHwU4eCeRXLKoFEsRoZY9kMVVosJHvw0Q3XCSdVl8m/AOy\njY9quYH5KWrjzgKEeBr9TpPtJKIBqUP0AgfiWwIDAQABo0IwQDAOBgNVHQ8BAf8E\nBAMCAqQwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUYS0sKOk7h6eDQrwL1pby\n7HD8MWwwDQYJKoZIhvcNAQELBQADggEBAIVGB2mH8U3e6aNdlksB8ZfrnvXTzRsK\ni7dVAuA6aoiy7KT5THGvtJmqQA/UHtL1KaDe/L9++/54YuzfELm6pEuSPoIcHjqx\nnOqPpTN643FxQKWBIJfRctWcgG6A2SNEhb5t3exohXi8re0lNt/qs2+pDmWKQzZC\n0cw6HGpQ/GSVWdzOqv2TaOn8nmTfnU1bZ5HiOrIKnAMl9r2kLta7M93NAqg4VzN0\nsIm7Wl6dHy0kXrmAWtN40a/74gQlGv6bUxIuMi8RrjbT4ZwsT7gaDaKcP6INcDia\n8Qm6+0jO78JB9eoJx4o4yhnhuqstzLEn+6DvU4bFU31AE7Wdo3wUp6c=\n-----END CERTIFICATE-----\n" "pass"="ca36e81dfb8068f7" "user"="3b3c576581547573" "wss"="wss://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 Config-0xc000548870 "level"=4 "msg"="Saving" "to"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:24 Config-0xc000548870 "level"=4 "msg"="Saved" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=5 "msg"="saved"
✔️ Ok
2021/09/17 11:03:24 EpinioClient/ConfigUpdate "level"=4 "msg"="return"
2021/09/17 11:03:24 Config-0xc0008341b0 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:24 Config-0xc0008341b0 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="query configuration"
2021/09/17 11:03:24 Config-0xc0008342d0 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:24 Config-0xc0008342d0 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="cached in config"
2021/09/17 11:03:24 EpinioApiClient "level"=4 "msg"="return" "api"="https://epinio.192.168.50.43.omg.howdoi.website" "wss"="wss://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient/New "level"=4 "msg"="Ingress API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient/New "level"=4 "msg"="Config API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:24 EpinioClient "level"=4 "msg"="Post update config" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
🚢 Now checking ability to use the API server. And setting up useful things at the same time
2021/09/17 11:03:24 EpinioClient/CreateNamespace "level"=4 "msg"="start" "Namespace"="workspace"
🚢 Creating namespace...
Name: workspace
2021/09/17 11:03:24 EpinioClient/CreateNamespace "level"=5 "msg"="create org" "Namespace"="workspace" "org"="workspace"
2021/09/17 11:03:24 EpinioClient "level"=4 "msg"="POST https://epinio.192.168.50.43.omg.howdoi.website/api/v1/namespaces"
2021/09/17 11:03:24 EpinioClient "level"=5 "msg"="{ \"name\": \"workspace\" }"
✔️ Namespace created.
2021/09/17 11:03:25 EpinioClient/CreateNamespace "level"=4 "msg"="return" "Namespace"="workspace"
2021/09/17 11:03:25 EpinioClient/Target "level"=4 "msg"="start" "Namespace"="workspace"
🚢 Targeting namespace...
Name: workspace
2021/09/17 11:03:25 EpinioClient/Target "level"=5 "msg"="set config" "Namespace"="workspace"
2021/09/17 11:03:25 Config-0xc0008341b0 "level"=4 "msg"="Saving" "to"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:25 Config-0xc0008341b0 "level"=4 "msg"="Saved" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
✔️ Namespace targeted.
2021/09/17 11:03:25 EpinioClient/Target "level"=4 "msg"="return" "Namespace"="workspace"
root@k3s2:/opt/test/epinio/assets# epinio push sample sample-app
2021/09/17 11:03:52 Config-0xc000142090 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:52 Config-0xc000142090 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:52 EpinioApiClient "level"=4 "msg"="query configuration"
2021/09/17 11:03:52 Config-0xc000142120 "level"=4 "msg"="Loading" "from"="/root/.config/epinio/config.yaml"
2021/09/17 11:03:52 Config-0xc000142120 "level"=4 "msg"="Loaded" "value"="namespace=(workspace), user=(3b3c576581547573), pass=(ca36e81dfb8068f7), api=(https://epinio.192.168.50.43.omg.howdoi.website), wss=(wss://epinio.192.168.50.43.omg.howdoi.website), color=(true), @(/root/.config/epinio/config.yaml)"
2021/09/17 11:03:52 EpinioApiClient "level"=4 "msg"="cached in config"
2021/09/17 11:03:52 EpinioApiClient "level"=4 "msg"="return" "api"="https://epinio.192.168.50.43.omg.howdoi.website" "wss"="wss://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:52 EpinioClient/New "level"=4 "msg"="Ingress API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:52 EpinioClient/New "level"=4 "msg"="Config API" "url"="https://epinio.192.168.50.43.omg.howdoi.website"
2021/09/17 11:03:52 EpinioClient/Push "level"=4 "msg"="start" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app"
🚢 About to push an application with given name and sources into the specified namespace
Name: sample
Sources: sample-app
Namespace: workspace
⚠️ Hit Enter to continue or Ctrl+C to abort (deployment will continue automatically in 5 seconds)
2021/09/17 11:03:57 EpinioClient/Push "level"=5 "msg"="validate app name" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app"
Create the application resource ...
Collecting the application sources ...
2021/09/17 11:03:58 EpinioClient/Push "level"=7 "msg"="found app data files" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "files"=["sample-app/buildpack.yml","sample-app/htdocs"]
Uploading application code ...
2021/09/17 11:03:58 EpinioClient/Push "level"=5 "msg"="upload code" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app"
2021/09/17 11:04:03 EpinioClient/Push "level"=7 "msg"="upload response" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "response"={"git":{"revision":"a18faeb858e6aedf7be62bd750bb07fec8bbe6eb","url":"http://gitea-http.gitea:10080/workspace/sample"}}
Staging application ...
2021/09/17 11:04:03 EpinioClient/Push "level"=5 "msg"="staging code" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "Git"="a18faeb858e6aedf7be62bd750bb07fec8bbe6eb"
2021/09/17 11:04:03 EpinioClient "level"=4 "msg"="POST https://epinio.192.168.50.43.omg.howdoi.website/api/v1/namespaces/workspace/applications/sample/stage"
2021/09/17 11:04:03 EpinioClient "level"=5 "msg"="{\"app\":{\"name\":\"sample\",\"namespace\":\"workspace\"},\"git\":{\"revision\":\"a18faeb858e6aedf7be62bd750bb07fec8bbe6eb\",\"url\":\"http://gitea-http.gitea:10080/workspace/sample\"},\"builderimage\":\"paketobuildpacks/builder:full\"}"
2021/09/17 11:04:04 EpinioClient/Push "level"=7 "msg"="stage response" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "response"={"stage":{"id":"a3e3f5127690d1eb"},"image":"127.0.0.1:30500/apps/sample-a18faeb858e6aedf7be62bd750bb07fec8bbe6eb"}
2021/09/17 11:04:04 EpinioClient/Push "level"=5 "msg"="start tailing logs" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "StageID"="a3e3f5127690d1eb"
2021/09/17 11:04:04 EpinioClient/Push "level"=5 "msg"="wait for pipelinerun" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app" "StageID"="a3e3f5127690d1eb"
🕞 Running staging2021/09/17 11:04:04 EpinioClient "level"=4 "msg"="GET https://epinio.192.168.50.43.omg.howdoi.website/api/v1/namespaces/workspace/staging/a3e3f5127690d1eb/complete"
2021/09/17 11:04:04 EpinioClient "level"=5 "msg"=""
2021/09/17 11:04:04 EpinioClient/Apps "level"=4 "msg"="start" "Application"="sample" "Namespace"="workspace"
🚢 Streaming application logs
Namespace: workspace
Application: sample
2021/09/17 11:04:04 EpinioClient/Apps "level"=5 "msg"="application logs" "Application"="sample" "Namespace"="workspace"
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-git-source-source-repo-2g5np {"level":"warn","ts":1631873071.29946,"caller":"git/git.go:277","msg":"URL(\"http://gitea-http.gitea:10080/workspace/sample\") appears to need SSH authentication but no SSH credentials have been provided"}
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-git-source-source-repo-2g5np {"level":"info","ts":1631873072.9171517,"caller":"git/git.go:169","msg":"Successfully cloned http://gitea-http.gitea:10080/workspace/sample @ a18faeb858e6aedf7be62bd750bb07fec8bbe6eb (grafted, HEAD) in path /workspace/source/app"}
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-git-source-source-repo-2g5np {"level":"info","ts":1631873072.9742627,"caller":"git/git.go:207","msg":"Successfully initialized and updated submodules in path /workspace/source/app"}
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage /workspace/source/app
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage total 20
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage drwxr-xr-x 4 root root 4096 Sep 17 10:04 .
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage drwxrwxrwx 3 root root 4096 Sep 17 10:04 ..
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage drwxr-xr-x 8 root root 4096 Sep 17 10:04 .git
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage -rw-r--r-- 1 root root 29 Sep 17 10:04 buildpack.yml
🕞 [a3e3f5127690d1eb-clone-ljprw-pod-4smpx] step-stage drwxr-xr-x 2 root root 4096 Sep 17 10:04 htdocs
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create 2021/09/17 10:04:40 warning: unsuccessful cred copy: ".docker" from "/tekton/creds" to "/tekton/home": unable to open destination: open /tekton/home/.docker/config.json: permission denied
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create 2021/09/17 10:04:40 warning: unsuccessful cred copy: ".gitconfig" from "/tekton/creds" to "/tekton/home": unable to open destination: open /tekton/home/.gitconfig: permission denied
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create 2021/09/17 10:04:40 warning: unsuccessful cred copy: ".git-credentials" from "/tekton/creds" to "/tekton/home": unable to open destination: open /tekton/home/.git-credentials: permission denied
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Setting permissions on '/workspace/cache'...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Setting permissions on '/tekton/home'...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Setting permissions on '/layers'...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Setting permissions on '/workspace/source'...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Parsing additional configuration...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare -> Parsing env variables...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare > Processing any environment variables...
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-prepare --> Creating 'env' directory: /platform/env
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create ===> DETECTING
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create Warning: Warning: buildpack paketo-buildpacks/php-web has a "version" key. This key is deprecated in build plan requirements in buildpack API 0.3. "metadata.version" should be used instead
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create 4 of 9 buildpacks participating
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create paketo-buildpacks/ca-certificates 2.4.1
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create paketo-buildpacks/httpd 0.1.1
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create paketo-buildpacks/php-dist 0.3.3
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create paketo-buildpacks/php-web 0.1.2
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create ===> ANALYZING
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-create ERROR: failed to get previous image: connect to repo store "epinio-registry.192.168.50.43.omg.howdoi.website/apps/sample-a18faeb858e6aedf7be62bd750bb07fec8bbe6eb": Get "https://epinio-registry.192.168.50.43.omg.howdoi.website/v2/": dial tcp: lookup epinio-registry.192.168.50.43.omg.howdoi.website on 10.43.0.10:53: no such host
🕞 [a3e3f5127690d1eb-stage-zqz7p-pod-jvbr8] step-results 2021/09/17 10:04:47 Skipping step because a previous step failed
2021/09/17 11:04:48 EpinioClient/Apps "level"=4 "msg"="return" "Application"="sample" "Namespace"="workspace"
2021/09/17 11:04:48 EpinioClient/Push "level"=4 "msg"="return" "Name"="sample" "Namespace"="workspace" "Sources"="sample-app"
error pushing app to server: waiting for staging failed: All attempts fail:
#1: : Internal Server Error: Tasks Completed: 3 (Failed: 1, Cancelled 0), Skipped: 0
root@k3s2:/opt/test/epinio/assets#
Cluster (please complete the following information):
- Provider: K3S
- Options: 1 node, metallb at latest version
- Kubernetes Version: 1.21
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.4+k3s1", GitCommit:"3e250fdbab72d88f7e6aae57446023a0567ffc97", GitTreeState:"clean", BuildDate:"2021-08-19T19:09:53Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.4+k3s1", GitCommit:"3e250fdbab72d88f7e6aae57446023a0567ffc97", GitTreeState:"clean", BuildDate:"2021-08-19T19:09:53Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"linux/amd64"}
Desktop/CLI (please complete the following information):
- OS: Linux
- Epinio Version: v0.1.0
- Epinio Install Options: none
Additional context This has been tried in a number of different installation options, but this is the simplest and most vanilla version possible
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (7 by maintainers)
Hi @jimmykarily @manno - installing k3s with
--resolv-conf ./resolv.conf \
and thenamespace 1.1.1.1
in the resolv.conf - did do the trick.Once again I thank you for your continued help and support in resolving this