marcredhat opened a new issue #493: camel-k on Openshift Container Platform 3.11
URL: https://github.com/apache/camel-k/issues/493
 
 
   I set up camel-k on Openshift Enterprise 3.11.59
   Works like a charm (see https://bit.ly/2Nrieca) but some of the steps below 
were not obvious (to me).
   The first step below can be automated. 
   The other two steps can be included in the documentation as examples (not 
for production).
   
   1) stuck at "waiting for platform" until I manually pulled 
gcr.io/kaniko-project/executor
   2) create a local docker registry
   docker pull docker.io/registry
   docker run --privileged -d -p 5000:5000 --restart=always --name 
registry_private  registry:latest
   3) change to use local registry localhost:5000 instead of the local registry 
defined in /etc/origin/master/master-config.yaml
    cat /etc/origin/master/master-config.yaml | grep internalRegistry
   internalRegistryHostname: docker-registry.default.svc:5000
   My quick and dirty solution was to set in /etc/hosts on the master: 
127.0.0.1 docker-registry.default.svc  docker-registry.default.svc.cluster.local
   
   Thanks,
   Marc Chisinevski
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to