spinnaker: Gate not running or starting with hal 1.12.0 on local install
Issue Summary:
I installed hal 1.12.0-20181024113436 as a local install on a VM in GCP (not the deployment created vm, which works by the way) and I’m unable to get the UI to resolve requests to localhost:8084 without error.
Cloud Provider(s):
GKE/Kubernetes Provider V2 (Manifest Based)
Environment:
local install, Ubuntu 16.04
Feature Area:
Gate
Description:
I’ve tried the port forwarding below, and 9000 works but it looks like Gate never starts up, no files exist in ls /var/log/spinnaker/gate/
Steps to Reproduce:
- Go through the install steps
- Exit terminal
- ssh and forward ports
gcloud compute ssh --project=<project name> --zone=us-west1-b spinnaker -- -L 9000:localhost:9000 -L 8084:localhost:8084 - Do a
hal deploy connect
+ Get current deployment
Success
+ Connect to Spinnaker deployment.
Success
Spinnaker is installed locally on this machine - no work to do.
- In the browser open http://localhost:9000 (that works)
- In the browser open http://localhost:9000/#/projects (any network requests to http://localhost:8084 fail
channel 7: open failed: connect failed: Connection refused
- On the VM that has hal and spinnaker,
curl -k https://localhost:8084
curl: (7) Failed to connect to localhost port 8084: Connection refused
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 19
@atlaskerr no I have not and yesterday decided to give Spinnaker a pass. It’s overly complex and super difficult to install and get running. I’ve tried from local ubuntu as well as the GCP deployment numerous times with very serious effort. I would not want to try and get it running in my k8 cluster as that seems even more complex. I’ll be at kubecon though and chatting with folks to see what they are doing for CD to k8.