Justin Nauman

Results 35 comments of Justin Nauman

@sherzberg One possible solution to define build plan dependencies for versions would be to integrate in Remove Agent Configuration files to define the [capabilities of the docker container](https://confluence.atlassian.com/display/BAMBOO/Configuring+remote+agent+capabilities+using+bamboo-capabilities.properties). We do...

I think you need to create the topic ahead of time for it to work properly.

If you squint, this is somewhat similar to the "general" problem we have of customizing manifests for deployment in the first place. Having the ability to compose those transformations via...

This is still an issue with latest. As stated, the associated list/query methods will not have the ID attribute explicitly including without ``` Field("id", gorma.Integer, func() { PrimaryKey() }) ```

Little context for those coming to the project "green". If you do have camel casing in your MediaType or Payload, when you generate your models, you will most likely encounter...

@stevesloka This actually brings up an initial observation I had while looking at the project. What are your thoughts on making: - distinct node type's request/limits customizable but defaulted to...

On additional thing to note here, when you add in a "Limit" to a container, this also *includes* the filesystem cache and the CGroup *will* cap it. The implication of...

Thanks for the feedback, however not setting a limit can result in a negative impact on other pods running in the cluster. We found that without limiting this, there can...

You only started seeing this is 0.10.6? Logs would help. Are the failures for running or deleted pods? On Sat, Jan 26, 2019 at 15:26 Sergii Shapovalenko wrote: > rolled...