Install Ansible Service Broker addon into your CDK installation Start your CDK environment with registration (important as yum get’s used during addon installation) export MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start –service-catalog Clone the addon repository and install Ansible Service Broker addon: git clone https://github.com/minishift/minishift-addons.git cd minishift-addons/add-ons/ minishift addon install ansible-service-broker minishift addon apply ansible-service-broker When logging in to […]
Tag: cdk
What this is about? A lot of customers would like to give the brave new container world (based on Docker technology) a try with real life workload. The WordPress content management system (yes, it has become more than a simple blog) seems to be an application that many customers know and use (and that I’ve […]