kyv
kyv
I ended up copying the swagger-ui html into `v1/docs` under my restify app source direcory and then serving it with: app.get(/\/v1\/docs\/?.*/, restify.serveStatic({ directory: __dirname, default: 'index.html', })); works but probably...
Hi @andrewsykim . Digitalocean droplet id is also available by way of the terraform provider. But like tags that option feels ambiguous because the tagged node or droplet has (at...
Any specifications for how those comments should read? Can we just transport the descriptions for the rules here? https://coreos.com/kubernetes/docs/latest/kubernetes-networking.html
I remember having a similar problem and it turned out to be related to node sizes. So maybe try uping the node size?
sorry the is mostly likely a ruby 1.8 error, see: https://gist.github.com/1744222
Yes sounds easy unfortunatly i dont know ruby but hopefully i can learn enough soon in order to implement a version check. For now, i can confirm that the following...