draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
make it look more like https://github.com/kubernetes/helm/blob/master/docs/index.md Make the flow of the docs more coherent from an end user perspective. How do you get from zero to draft
Based on various feedback from newcomers to Draft, we've decided we need to take another look at the README.md file. This is a meta-ticket to track re-working our main draft...
In the name of transparency and openness, let's write a document that describes the process around onboarding new core maintainers for Draft.
Similar to docs.helm.sh, we should host the Draft documentation somewhere like docs.draft.sh.
Enables users to scaffold a new draft pack. This command may be extended with more subcommands in the future that help users manage a single pack but for now it...
pack-repo is a draft plugin that allows one to manage pack repositories. It gets installed by default as part of `draft init` This is the meta issue for moving the...
refs discussion in #691
Currently, output for `draft pack-repo list` looks like this: ```console $ draft pack-repo list github.com/Azure/draft github.com/michelleN/draft-packs ``` It'd be nice for us to be able to give a short name...
It's hard for newcomers to know that DEPs are the place to find documentation around Draft features. DEPs should be used to propose features and discuss architecture/rationale. They're not great...
The default registry should be configured as `docker.io`. This is the most common use case and should not require any extra configuration. Identified during hacking with @michelleN at #KubeCon