sassoftware / sas-container-recipes

A collection of recipes and other resources for building containers that include SAS Viya software.
https://www.sas.com
Apache License 2.0
89 stars 42 forks source link

Cannot create Kubernetes namespace #32

Open alanzablocki opened 5 years ago

alanzablocki commented 5 years ago

Describe the bug Running this command kubectl apply -f builds/full/manifests/kubernetes/namespace/sas-viya.yml gives me the error: unable to recognize "builds/full/manifests/kubernetes/namespace/sas-viya.yml": Get http://localhost:8080/api?timeout=32s: dial tcp [::1]:8080: connect: connection refused

Environment (please complete the applicable information): [admin@RM-SAS-DOCKER-01 sas-container-recipes-master]$ docker version Client: Version: 18.09.6 API version: 1.39 Go version: go1.10.8 Git commit: 481bc77156 Built: Sat May 4 02:34:58 2019 OS/Arch: linux/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 18.09.6 API version: 1.39 (minimum version 1.12) Go version: go1.10.8 Git commit: 481bc77 Built: Sat May 4 02:02:43 2019 OS/Arch: linux/amd64 Experimental: false