cloud-native-toolkit / site-developer-guide

This repository will host the Developer Guide for the IBM Garage Cloud Native Toolkit
https://develop.cloudnativetoolkit.dev
Apache License 2.0
29 stars 57 forks source link

Starter kit fail with 'initialize': getaddrinfo: Temporary failure in name resolution (SocketError) #310

Closed markstur closed 3 years ago

markstur commented 3 years ago

Describe the bug Just following the "Deploy an app" with a starter kit. Using the typescript starter kit.

Pipeline runs but fails in test step.

I wonder if it is a problem because it is using localhost:3000? I'd normally use 0.0.0.0:8080.

Note there is also an error/warning "Insecure world writable dir /source in PATH, mode 042777", but I think it gets past that.

Logs:

STEP-VERIFY-PACT

2021/03/25 18:13:36 Skipping step because a previous step failed

To Reproduce Steps to reproduce the behavior:

  1. Cluster on ROKS
  2. Follow the "Deploy an app" with a typescript starter kit

Expected behavior I thought this would just work.

Desktop (please complete the following information):

markstur commented 3 years ago

Rerun looks like it is getting past this.

nevermind