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/04/03 15:26:37 UTC

[GitHub] [incubator-openwhisk-deploy-kube] neerajmangal opened a new pull request #447: Add Support to store Openwhisk Component Images in Hosted Docker Registry.

neerajmangal opened a new pull request #447: Add Support to store Openwhisk Component Images in Hosted Docker Registry.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/447
 
 
   <!--
   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
   the 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.
   -->
   
   ## Description 
   
   Currently, Private/Hosted Docker registry values are only used for installing the runtime images from playbook.yml on invoker pod. 
   
   This PR (WIP) is to support a scenario where we need to use our Hosted Docker registry to store Openwhisk Images as well for like invoker, controller, etc and only allowed to use Hosted Docker Repository (Artifactory) by Kubernetes Cluster provider (in our case Hosted Kubernetes Deployment). 
   
   ## Environment details:
   
   * On Premise Hosted Private Kuberentes Cluster   
   
   ## Steps to reproduce the issue:
   
   1. Hosted Private Kubernetes provider only allows using Hosted Docker Registry (Like Artifactory).     
   2. Current Helm deployment does not allow to use Private Docker registry for Openwhisk Component images. Manual changes required in pod/job yml files. 
   
   ## Solution 
   
   # Prerequisite - 
   - Upload all images of openwhisk in private hosted repo. 
   # Changes 
   
   - Define an imagePullSecrets of type 
   - Use a Value Flag to use imagePullSecrets and image repo config. 
     
   This is work in progress and requires changes in all pods, jobs, and documentation.  
   

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