Log in to follow, share, and participate in this community.
Thread Vagrant virtualbox routes
Vagrant virtualbox routesHi, Newbie question. I installed the cdk using the vagrant vm option from Helloworld-MSA (Microservices architecture) and had to disable the private_network on vagrant 1.9.1 due to this vagrant issue The priva...
BuildConfig with Persistent Volume ClaimHi, I'm trying to having container A package the application and container B (like Nginx) serve the packaged application. I am on: oc v3.2.0.44 kubernetes v1.2.0-36-g4a3f9c5 So I cannot use i...
Getting StartedHi, I'm trying to get started with Openshift/Origin/Kubernetes. I've downloaded `cdk-2.2.0.zip` and `rhel-cdk-kubernetes-7.2-29.x86_64.vagrant-virtualbox.box` from developers.redhat.com. When I t...
Thread Red Hat Container Development Kit installation fails without details
Red Hat Container Development Kit installation fails without detailsI've been trying to install the Red Hat Development Suite for hours now and no matter what I try the Red Hat Container Development Kit fails to install without giving me any indication as to what went wrong. It just ...
Thread Problem installing Red Hat Development Suite with VirtualBox version
Problem installing Red Hat Development Suite with VirtualBox versionAt the confirmation step, it's not allowing me to proceed because of the below error. I currently have version 5.1.6 installed, is there a way to mitigate this except what the message suggests? Red Hat Contain...
How to reference Internal Registry?Hi, I want to build from images another build that has been stored to the integrated registry: OpenShift Enterprise 3.0 | Architecture | Infrastructure Components | Image Registry Is this possible?...
Installing VPNC on CDKHi, I am trying access a internal docker image repository that only accessible through VPN on CDK image. So I wanted to install VPNC client, but I am not able to find which repo this package exists, I tried ...
Thread Vagrant-virtualbox ssh authentication for CDK installation
Vagrant-virtualbox ssh authentication for CDK installationI am installing CDK using the kit for windows. Each I run the following command: C:\DevelopmentSuite\cdk\components\rhel\misc\shared_folder\rhel-ose>vagrant up, I have this error message: Bringing machine...
Thread Container Development Kit 2.1: No Vagrant box for VMware users?
Container Development Kit 2.1: No Vagrant box for VMware users?There doesn't seem to be a VMware version of the Vagrant box of Red Hat Enterprise Linux 7.2 in the 2.1 release of the Container Development Kit. I looked around and couldn't find any explanation. I'm also not sure wh...
http proxies in the CDK 2.1?I'm attempting to kick the OpenShift tires using the CDK 2.1 at work. Naturally, I've got an unsupported environment right out of the box - everything internal must go through our corporate proxy, and this is not supp...
Thread CDK does not run containers as random user IDs
CDK does not run containers as random user IDsOpenShift on the CDK does not seem to run containers with random user ids. This means the CDK environment does not accurately reflect an OpenShift deployment environment, so containers created to work success...
Thread Why does this openshift route succeed in CDK but fail in RHEL7 Atomic?
Why does this openshift route succeed in CDK but fail in RHEL7 Atomic?My complete configuration and test approach is described on GitHub: https://github.com/fsimorbrian/openshift-secure-routes When I create a simple route to an TLS enabled nginx container in OpenShift using the Red Hat ...
CDK 2.1 seems to have a problem installingWhen I go through the install, everything seems to work and "succeed", but the next steps in the process/instructions don't work There is no cdk menu items or capabilities in JBoss Dev Studio There is no open...
Thread How can I import xPaaS templates on CDK 2.1
How can I import xPaaS templates on CDK 2.1I would like to import others xPaaS templates/S2I on my local CDKv 2.1. In a fresh CDK box I can only see:
$ oc get templates -n openshift
NAME ...
How do I use the docker command line?I wish to use the "docker" command line tool as in "docker ps", "docker build" and "docker run", how can I connect "docker" to the Docker Daemon inside the CDK, so I can create RHEL-based Docker images?