stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

8080: connect: connection refused #54

Open marselgraphs opened 3 years ago

marselgraphs commented 3 years ago

Hi another start item

`kubectl -n marsel create secret generic stardog-license --from-file stardog-license-key.bin=./stardog-license-key.bin error: failed to create secret Post "http://localhost:8080/api/v1/namespaces/marsel/secrets?fieldManager=kubectl-create":

dial tcp [::1]:8080: connect: connection refused `

Should there be some type of initiation ahead of time of kubectl?

8080 port is free

% lsof -i -P -n | grep 8080 %

timsedlak commented 3 years ago

Is your Kubernetes running on your local host?