adb-atomic-developer-bundle
adb-atomic-developer-bundle copied to clipboard
a prepackaged development environment filled with production-grade pre-configured tools that makes container development easier
For the life of me I can't figure out how to get `oc login` to work right after the initial install of the adb-openshift with vagrant. Host OS: MacOS High...
According to the fluentd documentation, it states the kubelet creates symlinks that capture the pod name, namespace, container name & Docker container ID to the docker logs for pods in...
I experienced #128 and saw the fix, but since the new year I now have timeouts 100% of the time. I've reinstalled vagrant box, virtualbox and formatted the full machine...
Signed-off-by: Lalatendu Mohanty
Fixed issue #5 This PR includes documentation of the workflow to use when migrating applications across environments. The main use-case is from dev > production but also for sharing and...
Would be nice have the ability to start an ADB/CDk cluster (eg: one master and one/or more nodes). Just create a new vm definition on Vagrantfile using a parameter indicating...
I notice that documents are written in reStructuredText, I would recommend to organize these documents by Sphnix so that ADB documents can be published, for example, in the readthedocs.org ....
Hi, I think it's time to introduce `vagrant-service-manager` [configuring services](https://github.com/projectatomic/vagrant-service-manager#configuring-services) way to provision services in Vagrantfiles. Right now it is pretty stable and I recommend to provision services this way....
For Kubernetes Vagrantfile I can not ping openshift.adb and hence VSM install cli feature is not working. ``` $ cd centos-k8s-singlenode-setup/ $ vagrant up $vagrant service-manager install-cli kubernetes $export PATH=/root/.vagrant.d/data/service-manager/bin/kubernetes/1.2.0:$PATH...