You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/01 03:49:41 UTC

[GitHub] [incubator-openwhisk-deploy-kube] reachyunsong opened a new issue #487: The server is currently unavailable (because it is overloaded or down for maintenance). (code Z3HJEOQM7n56no0Y2yP2OIEBVs7xTl6v)

reachyunsong opened a new issue #487: The server is currently unavailable (because it is overloaded or down for maintenance). (code Z3HJEOQM7n56no0Y2yP2OIEBVs7xTl6v)
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/487
 
 
   I can create action successfully with `wsk -i`, but cannot invoke it
   ```
   wsk -i action invoke --result hello --param name World
   error: Unable to invoke action 'hello': The server is currently unavailable (because it is overloaded or down for maintenance). (code Z3HJEOQM7n56no0Y2yP2OIEBVs7xTl6v)
   Run 'wsk --help' for usage.
   ```
   check pods
   ```
   $ kubectl get pod --all-namespaces
   NAMESPACE     NAME                                                                 READY   STATUS             RESTARTS   AGE
   default       busybox-lookup-6b64758899-m4zgq                                      0/1     CrashLoopBackOff   13         45m
   kube-system   coredns-5c98db65d4-227s8                                             1/1     Running            0          82m
   kube-system   coredns-5c98db65d4-q29xq                                             1/1     Running            0          82m
   kube-system   etcd-node-3.cluster.shield-pg0.utah.cloudlab.us                      1/1     Running            0          81m
   kube-system   kube-apiserver-node-3.cluster.shield-pg0.utah.cloudlab.us            1/1     Running            0          81m
   kube-system   kube-controller-manager-node-3.cluster.shield-pg0.utah.cloudlab.us   1/1     Running            0          81m
   kube-system   kube-flannel-ds-amd64-6btv4                                          1/1     Running            0          78m
   kube-system   kube-flannel-ds-amd64-m7c66                                          1/1     Running            0          79m
   kube-system   kube-flannel-ds-amd64-msw6l                                          1/1     Running            0          51m
   kube-system   kube-proxy-8587x                                                     1/1     Running            0          82m
   kube-system   kube-proxy-ntzbn                                                     1/1     Running            0          78m
   kube-system   kube-proxy-sl4md                                                     1/1     Running            0          78m
   kube-system   kube-scheduler-node-3.cluster.shield-pg0.utah.cloudlab.us            1/1     Running            0          82m
   kube-system   tiller-deploy-5dc46c877-hfm9g                                        1/1     Running            0          72m
   kube-system   weave-net-4z5g2                                                      2/2     Running            0          51m
   kube-system   weave-net-bdzxs                                                      2/2     Running            1          78m
   kube-system   weave-net-rwhf7                                                      2/2     Running            0          80m
   openwhisk     owdev-alarmprovider-66b667bb46-kd649                                 1/1     Running            0          28m
   openwhisk     owdev-apigateway-67fd6ccfbd-7q4r8                                    1/1     Running            0          28m
   openwhisk     owdev-cloudantprovider-6c64c946f9-k5xmg                              1/1     Running            0          28m
   openwhisk     owdev-controller-0                                                   1/1     Running            0          28m
   openwhisk     owdev-couchdb-79874bd7cd-cwd2w                                       1/1     Running            0          28m
   openwhisk     owdev-init-couchdb-bdz58                                             0/1     Completed          0          28m
   openwhisk     owdev-install-packages-2jglb                                         0/1     Init:0/1           0          28m
   openwhisk     owdev-invoker-2zgvz                                                  1/1     Running            0          23m
   openwhisk     owdev-kafka-0                                                        1/1     Running            0          28m
   openwhisk     owdev-kafkaprovider-9d58c996-5bbgf                                   1/1     Running            0          28m
   openwhisk     owdev-nginx-6c748f4774-hnp6t                                         1/1     Running            0          28m
   openwhisk     owdev-redis-7d9d65899b-cgj7q                                         1/1     Running            0          28m
   openwhisk     owdev-tests-package-checker                                          0/1     Error              0          64m
   openwhisk     owdev-tests-smoketest                                                0/1     Error              0          65m
   openwhisk     owdev-wskadmin                                                       1/1     Running            0          28m
   openwhisk     owdev-zookeeper-0                                                    1/1     Running            0          28m
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services