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 2018/03/15 16:40:41 UTC

[GitHub] irdara opened a new issue #165: server gave HTTP response to HTTPS client

irdara opened a new issue #165: server gave HTTP response to HTTPS client
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/165
 
 
   I am new to  openwhisk, getting the following error with any wsk cli 
   
    wsk property get
   client cert
   Client key
   whisk auth              23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
   whisk API host          10.106.146.143:31607
   whisk API version       v1
   whisk namespace         _
   whisk CLI version       2018-03-02T01:12:25.658+0000
   whisk API build         Unknown
   whisk API build number  Unknown
   
   
   Details
    Name:
     whisk.auth  
       
   Namespace:
    openwhisk 
        
   Creation Time:
    2018-03-05T16:53 UTC 
       
   Type:
     Opaque  
   
   Data
    visibility_off 
       
    guest: 
   23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
   
   visibility_off 
       
    system: 
   789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
   
   --------------------------------------
   
   kubectl --namespace=openwhisk get all
   
   NAME         DESIRED   CURRENT   READY     UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
   ds/invoker   1         1         1         1            1           <none>          9d
   
   NAME                DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE
   deploy/apigateway   1         1         1            1           9d
   deploy/couchdb      1         1         1            1           9d
   deploy/kafka        1         1         1            1           9d
   deploy/nginx        1         1         1            1           9d
   deploy/zookeeper    1         1         1            1           9d
   
   NAME                       DESIRED   CURRENT   READY     AGE
   rs/apigateway-5868875d7b   1         1         1         9d
   rs/couchdb-86ddc4f476      1         1         1         9d
   rs/kafka-64fc459868        1         1         1         9d
   rs/nginx-9db7bccc7         1         1         1         9d
   rs/zookeeper-6f4fb99978    1         1         1         9d
   
   NAME         DESIRED   CURRENT   READY     UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
   ds/invoker   1         1         1         1            1           <none>          9d
   
   NAME                DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE
   deploy/apigateway   1         1         1            1           9d
   deploy/couchdb      1         1         1            1           9d
   deploy/kafka        1         1         1            1           9d
   deploy/nginx        1         1         1            1           9d
   deploy/zookeeper    1         1         1            1           9d
   
   NAME                       DESIRED   CURRENT   READY     AGE
   rs/apigateway-5868875d7b   1         1         1         9d
   rs/couchdb-86ddc4f476      1         1         1         9d
   rs/kafka-64fc459868        1         1         1         9d
   rs/nginx-9db7bccc7         1         1         1         9d
   rs/zookeeper-6f4fb99978    1         1         1         9d
   
   NAME                      DESIRED   CURRENT   AGE
   statefulsets/controller   1         1         9d
   
   NAME                     DESIRED   SUCCESSFUL   AGE
   jobs/install-catalog     1         0            9d
   jobs/install-routemgmt   1         0            9d
   
   NAME                             READY     STATUS    RESTARTS   AGE
   po/apigateway-5868875d7b-f5f2x   2/2       Running   0          9d
   po/controller-0                  1/1       Running   0          9d
   po/couchdb-86ddc4f476-jrx7p      1/1       Running   0          9d
   po/invoker-58gbf                 1/1       Running   0          9d
   po/kafka-64fc459868-pcj2m        1/1       Running   0          9d
   po/nginx-9db7bccc7-9qh7f         1/1       Running   0          9d
   po/zookeeper-6f4fb99978-v8cnt    1/1       Running   0          9d
   
   NAME             TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)                                     AGE
   svc/apigateway   NodePort    10.104.34.220   <none>        8080:31607/TCP,9000:31416/TCP               9d
   svc/controller   ClusterIP   10.99.205.234   <none>        8080/TCP                                    9d
   svc/couchdb      ClusterIP   10.109.33.236   <none>        5984/TCP                                    9d
   svc/kafka        ClusterIP   10.96.81.4      <none>        9092/TCP                                    9d
   svc/nginx        NodePort    10.104.8.176    <none>        80:30419/TCP,443:31489/TCP,8443:32004/TCP   9d
   svc/zookeeper    ClusterIP   10.97.248.34    <none>        2181/TCP,2888/TCP,3888/TCP                  9d
   root@apsrd00558:/tmp
   #
   
   
   And help would be appreciated. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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