draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
As the Docker images being used for the packs does not use the onbuild versions, the onbuild should be removed from the testdata in various places as well. This is...
Awesome idea, just saw it and took it for a ride on a local cluster and wanted to share my first feedback. I somehow skipped the draft init part and...
https://ci.appveyor.com/project/bacongobbler/draft/builds/30972088 build github.com/Azure/draft/cmd/draft: cannot load github.com/Azure/azure-storage-blob-go/2016-05-31/azblob: open C:\go\src\github.com\Azure\azure-storage-blob-go\2016-05-31\azblob: The system cannot find the path specified. Command exited with code 1
How would you use Draft with monorepos where all dependencies are managed at the root-level by some dependency manager like [Paket](https://fsprojects.github.io/Paket/) / [Lerna](https://lernajs.io/) / etc. Project structure might look something...
## What I do Lack caffeine. Specify a wrong registry configuration. Run `draft up`: ```bash draft config set registry jpetazzo/testdraft draft up ``` ## What I expect When getting to...
Right now, `draft connect` port forwards directly to the first ready pod that it finds - it should use the service redirect.
Personal opinion: Linkerd is really, really, really awesome. I'd love to have a Linkerd plugin for Draft that makes the integration easy.
Draft is an excellent local development tool, but many production kubernetes (and openshift) installations do not use Tiller. Although Helm 3 will be getting rid of Tiller, adding `helm template...
I ran "draft create --pack=csharp" and then "draft up" and it fails on the Dockerfile used, which seem like a valid Dockerfile. I have several just like it. The output...