This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new ca5494c  adding troubleshooting for install packages failure (#414)
ca5494c is described below

commit ca5494c28daab634b277f77811f58d3d25de09c5
Author: Daniel Whatmuff <[email protected]>
AuthorDate: Tue Jan 15 12:53:52 2019 +0000

    adding troubleshooting for install packages failure (#414)
---
 docs/troubleshooting.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 1756443..254fbd5 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -95,3 +95,10 @@ the nginx pod entering a CrashLoopBackOff with an error 
message like the one bel
 018/09/27 23:33:48 [emerg] 1#1: host not found in resolver 
"kube-dns.kube-system" in /etc/nginx/nginx.conf:41
 nginx: [emerg] host not found in resolver "kube-dns.kube-system" in 
/etc/nginx/nginx.conf:41
 ```
+
+### Install packages error `error: Package update failed`
+If the install-packages-* pod Errors with a message like the below, ensure the 
`apiHost` you specify within `cluster.yaml` is resolvable within the cluster. 
You can check using `kubectl run --rm busybox-lookup -ti --image busybox -- 
nslookup <apiHost>`
+```
+Installing apimgmt package
+error: Package update failed: Put https://...
+```

Reply via email to