draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
With 2 terminals open, I can't seem to get `draft up` to work for me. It doesn't look like it's watching the local filesystem for changes. ``` $ touch hi...
When I run `draft up` with watch enabled in draft.toml, I get the old view of the UI: ``` > draft up Draft Up Started: 'uuid-generator' Building Docker Image: started...
This is an issue to track the progress and stability of `pkg/`. We want to make sure that `pkg/` is well-structured, tested, and scoped so that users are able to...
This commit adds following `nodeSelector` with key `beta.kubernetes.io/os` to all language packs. With value being `linux` for packs that can work on linux OS nodes and value `windows` for pack(here...
Small edit to the docs to highlight that draft create will retain permissions #865
Debugging templates is currently not as easy as it should be. Helm provides a `--dry-run` flag for its create action that allows users to understand what will be created. Currently...
used VSCode 'find in files' for 'Hook' and manually changed them to Task or Tasks. including renaming plugin/Hooks.go to Tasks.go happy hacktoberfest. hope i didn't eff it up. :) I...
the term `hooks` seem to be more intuitive as you think of them as running once. The term `tasks` as was pointed out to me might confuse someone about how...
**Why?** If we specify `--auto-connect` flag from `draft up`, we will be able to connect, but we will not reuse environment flag from command-line. More than that, if we specify...