draft-classic icon indicating copy to clipboard operation
draft-classic copied to clipboard

A tool for developers to create cloud-native applications on Kubernetes.

Results 126 draft-classic issues
Sort by recently updated
recently updated
newest added

I was flabbergasted to find out that Draft cannot detect the language on a stock-standard, newly-generated -from-the-template ASP.NET Core project. I created 2 projects in Visual Studio 2017 (V15.9.4) by...

area/packs

Draft version reports a "dirty" GitTreeState: ``` $draft version &version.Version{SemVer:"v0.16.0", GitCommit:"5433afea1421810ae9d828631d8651de913b347a", GitTreeState:"dirty"} ``` As I downloaded draft from the releases page and the checksum is ok I expected that the...

bug
area/CI

Is it possible to set params in generated draft.toml via draft create command? ex set: namespace=xx set = [ "ingress.enabled=true", "basedomain=test.com" ] etc.

question/support

``` draft logs 01D6984WTCJ51D7EHTYMB6SZ8A Step 1/10 : FROM clojure as BUILD latest: Pulling from library/clojure 22dbe790f715: Already exists 0250231711a0: Already exists 6fba9447437b: Already exists c2b4d327b352: Already exists cddb9bb0d37c: Pulling fs...

bug
area/packs

It would be nice if `draft up` can handle the `helm secrets` [plugin](https://github.com/futuresimple/helm-secrets) for providing values as secrets. Draft create doesn't need to generate such a file, but the values...

enhancement

**How to reproduce:** ```bash cd /tmp mkdir -p local-pack-repo/packs/my-local-pack helm create local-pack-repo/packs/my-local-pack/charts ls -l local-pack-repo/packs/my-local-pack/charts/templates # See how "templates" contains a subdirectory, "tests" draft pack-repo add local-pack-repo/ draft pack list...

bug

**How to reproduce:** ```bash cd /tmp mkdir -p local-pack-repo/packs/my-local-pack helm create local-pack-repo/packs/my-local-pack/charts draft pack-repo add local-pack-repo/ draft pack-repo update ``` We get the error message: ``` Error: cannot get information...

bug

I'm not really sure where to start troubleshooting this. Everything seems to work great except there are no pods created after a `draft up`. ``` $ draft up WARNING: no...

question/support

i.e. c:\users\some body\ doesn't work. Fails on draft init

bug

I'm running draft on macos 10.14.6: &version.Version{SemVer:"v0.16.0", GitCommit:"5433afea1421810ae9d828631d8651de913b347a", GitTreeState:"dirty"} I've done: draft init draft create draft up I get: building docker image: FAIL Step 15/50 : RUN adduser --shell /bin/bash...

question/support