Sean Knox
Sean Knox
Hey Donne, I encountered password prompts in at least three places running `./dots all`: - During installation of `bash_completion`: ``` ==> ./configure --prefix=/usr/local/Cellar/bash-completion2/2.1_2 --sysconfdir=/usr/local/etc ==> make install ==> Caveats Add...
This happens when the RDS or Redshift DB is still in the provisioning phase. Try again once it's up.
@rimusz @lachie83 Hey y'all—do you know of documentation/case studies/etc re: etcd v2 stability across data centers/AZs?
I just noticed this was an intentional decision: https://github.com/kz8s/tack/commit/56ae92cec5e280ca76747a8121317e42126c68df @wellsie can you explain a bit more the reasoning behind moving all worker instances to a single fault domain?
My understanding is federation is still a ways off before being a viable production option. It seems premature to remove proven HA options provided by AWS infrastructure today. To be...
Yeah, I'm not sure how you could parse the badge `img`'s to determine status. +1 to json
Hey Pete, I'm on OS X (Mavericks if it matters). Looks like something went awry during the download/unpacking phase(s), as my `~/.vagrant.d/boxes/` folder is empty. Perhaps Vagrant cleaned up after...
Figured out the issue. I ran out of disk space. When you run `vagrant box add dstk [box image]` Vagrant copies the box image to your `.vagrant.d` folder; this is...
> 2) How to avoid duplicating configuration (environment) variables between my deis app and the CI/CD tool. For example, I have a JavaScript/Node.js app that needs access to GOOGLE_ANALYTICS_CODE at...
`addonmanager.kubernetes.io/mode=EnsureExists` appears to be right call here. Agree @lachie83?