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/08/07 04:28:14 UTC

[GitHub] JiniousChoi opened a new issue #3947: Building Invoker fails on getting kubectl

JiniousChoi opened a new issue #3947: Building Invoker fails on getting kubectl
URL: https://github.com/apache/incubator-openwhisk/issues/3947
 
 
   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local deployment
   * I am currently on comit 8a3b4472d5ef420f0216cc8e42932d87f428ed30
   
   ## Steps to reproduce the issue:
   
   1.   cd $OPENWHISK_HOME
   2.  ./gradlew distDocker
   
   
   ## Provide the expected results and outputs:
   
   ```
   Success!
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   bash-4.3@Invoker-on-Alpine# wget --no-verbose https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl
   Connecting to storage.googleapis.com (216.58.197.112:443)
   ssl_client: storage.googleapis.com: TLS connect failed
   wget: error getting response: Connection reset by peer
   ```
   
   ## Solution for this issue
   https://gist.github.com/JiniousChoi/b1b86581261ae49df728cb689f237f02
   I'd like to PR if you let me.
   
   ## Additional information you deem important:
   * issue happens only occasionally or under certain circumstances   
   * changes you did or observed in the environment
   https://github.com/Yelp/dumb-init/issues/73
   

----------------------------------------------------------------
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