draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
For new users, forgetting to run `draft init` is not as obvious as it should be. This PR throws an error if the packs directory is empty when running `draft...
When deploying on clusters with mixed Linux and Windows nodes, it's necessary to put a nodeSelector constraint to ensure that only nodes with the matching OS type get chosen by...
This DEP supports https://github.com/Azure/draft/issues/39
Updated the .NET container version to latest stable version. Changed publish output to a different folder to prevent code from being published to final container for improved security and also...
Signed-off-by: Matthew Fisher
Hi, Could `draft` be used with an Helm chart that is already published to an Helm repository? With the current design `draft` seems to generate a repository with the chart...
If Tiller TLS is enabled, currently Draft will not be able to communicate to it. This issue tracks the work for adding a `tls-tiller-cert` flag to `draft init` to propagate...
A panic might happen when the auth required by a repo is not set. This is due to the program tries to write to a channel which might have been...
Updated README
Modified .gitignore file to ignore some editor specific files