Results 12 issues of Lakshminp

After installing cbi in my cluster, I configured the following buildjob. ``` apiVersion: cbi.containerbuilding.github.io/v1alpha1 kind: BuildJob metadata: name: django-s2i spec: registry: target: registry.example.com/django/django-s2i:1.0 push: true language: kind: S2I s2i: baseImage:...

I'm attempting to build Drupal 8 using PHP buildpacks. Here's a breakdown of the steps I'm doing. 1. Scaffold Drupal 8. `composer create-project "drupal/recommended-project:^8" drupal` 2. Add the following `buildpack.yml`....

There are limitations with template based generation of Ansible inventories. It is hard to rewrite the inventory when the cluster is scaled up or down. Some things to consider: -...

enhancement

enhancement
cloud

Now, the terraform module installs 1 all-in-one master and 2 computes. Provide option to specify different setups.

enhancement