Amit Gupta
Amit Gupta
What if k14s had a general k8s UI (`kui`?) that was optimized for k14s? It could allow inspecting any k8s resources, but could be aware of `kapp` labels and show...
I agree with @jianhuiz, having a separate release for the auctioneer probably makes more sense. If you fork the whole diego-release then you have to continually work to keep your...
+1. I've read a few motivations, in the README and press releases, namely: - ability to use Diego alongside other frameworks so that mesos can manage resources across the whole...
The timestamps are quite different, so it's a bit hard to guess at what's happening. The slave logs end at `13:39:51.977401`, the executor logs start at `13:40:18.182650`, so that's weird....
The /var/vcap/jobs/consul_agent/bin/agent_ctl script should log std{out,err} to /var/vcap/sys/log/monit/consul_agent.{out,err}.log If it gets to the point of actually running (the thin wrapper around) the consul binary itself, that will log to /var/vcap/sys/log/consul_agent/consul_agent.std{out,err}.log...
Assuming you generated the BOSH-Lite manifest for Cloud Foundry using the `scripts/generate-bosh-lite-dev-manifest` script in `cf-release` repo, you can just call that script with a second argument which is a path...
Couple questions: 1. when you have a successful push, do you see in the app staging logs things like "Creating container..."? I'm wondering whether logging is broken in the Mesos...
Hmm, not sure what `buildpack: Node.js` is. Can you share the contents of your `manifest.yml`? I have a CF+Diego deployment with a built-in node buildpack: ``` $ cf buildpacks Getting...
Does the following describe the desired UX @cppforlife, @zankich? ``` $ bosh-init help deploy NAME: deploy - Create or update a deployment USAGE: bosh-init [global options] deploy ['deploy' command options]...