deploykit icon indicating copy to clipboard operation
deploykit copied to clipboard

A toolkit for creating and managing declarative, self-healing infrastructure.

Results 52 deploykit issues
Sort by recently updated
recently updated
newest added

There are more types of resources in a computing infrastructure landscape than just instances (compute). The current focus on managing instances have led to the development of top level concepts...

idea

Node from #331 Instance creation will create costs. If the problem is a configuration issue or other problem, the instance has been created for a while, but Infrakit will endlessly...

I am trying to deploy Infrakit in a Ubuntu 16.04 vm running via VirtualBox on my Windows laptop. I'm running into an issue that when I try to fire up...

Go 1.8 adds [support for plugins](https://tip.golang.org/pkg/plugin/), which i propose we support as a discovery mechanism for InfraKit plugins. Same-process plugins will simplify environments where the allowed/supported plugins are static and...

idea

* when building for Windows (which works), the executable files in build should have the `.exe` extension * Named pipe should be supported in addition to unix socket: ```.\infrakit-group-default.exe time="2016-11-09T07:50:20-08:00"...

enhancement

I had a group that I destroyed, but I noticed that it is still being watched... is this expected? I would expect it is auto unwatched when user has requested...

diagnose

I'm implementing an instance plugin for ProfitBricks. I've been looking at two implementations one is `infrakit.aws` and the other one is `infrakit-plugin-sakuracloud` the only difference i've noticed between these two...

question

Currently the CLI is very developer-facing and a free-for-all in that it reflects all the http endpoint for all the plugin types. It's handy for developers to develop and test...

feature

Addresses this TODO in `rollingupdate.go`: > // TODO(wfarner): Make the 'batch size' configurable. We should accept a `parallelism` flag for updates to allow multiple instances to be drained simultaneously.

enhancement

We've found that gomock introduces more problems than it solves. I'd recommend removing it and replacing with simple interface embedding. The following provides the same functionality as gomock: ``` type...

idea