Created
September 6, 2018 11:07
-
-
Save pmuir/0459b9d7a653f1fd8207e5f802894b3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl -n jx-edit-pmuir logs exposecontroller-service-65f79b9c87-wfpl4 | |
I0906 11:00:59.022590 1 exposecontroller.go:60] Using build: '2.3.70' | |
I0906 11:00:59.036127 1 config.go:22] No /etc/exposecontroller/config.yml file found. Will try to figure out defaults | |
W0906 11:00:59.036174 1 exposecontroller.go:81] %!s(<nil>) | |
W0906 11:00:59.037533 1 exposecontroller.go:98] Could not find ConfigMap exposecontroller in namespace jx-edit-pmuir | |
I0906 11:00:59.037734 1 exposecontroller.go:103] Config file before overrides exposer: "" | |
path-mode: "" | |
apiserver-protocol: "" | |
watch-namespaces: "" | |
watch-current-namespace: false | |
http: false | |
tls-acme: false | |
I0906 11:00:59.037782 1 exposecontroller.go:133] Config file after overrides exposer: "" | |
path-mode: "" | |
apiserver-protocol: "" | |
watch-namespaces: "" | |
watch-current-namespace: true | |
http: false | |
tls-acme: false | |
I0906 11:00:59.037799 1 exposecontroller.go:165] Watching services in namespaces: `jx-edit-pmuir` | |
I0906 11:00:59.037941 1 controller.go:78] NewController false | |
I0906 11:00:59.039089 1 auto.go:32] Using exposer strategy: ingress | |
F0906 11:00:59.048040 1 exposecontroller.go:169] failed to create new strategy: failed to create auto expose strategy: failed to get a domain: no known automatic ways to get an external ip to use with nip. Please configure exposecontroller configmap manually see https://github.com/jenkins-x/exposecontroller#configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment