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

The current link for Helm installation is a 404

* Updated deployment templates in the packs to use apps/v1 * Added mandatory spec.selectors

Improved the test script for examples to be able to test the docker build only, by default complete draft create/up/delete is executed. Helps when updating the Dockerfiles for the packs....

When calling `draft up` on a relatively large repository, it can sometimes take a few seconds to upload 130MB. `docker build .` shows the archive progress as the following. Perhaps...

enhancement
area/client
good first issue

draft version &version.Version{SemVer:"v0.14.1", GitCommit:"fdc29c553a45600ac4f795f3485d4bb9a80c7862", GitTreeState:"clean"} Windows 10 April update - windows command line Looks like we still have an issue with draft detecting the correct language when it comes to...

area/client

Generate Dockerfile for a Java application looks like: ``` FROM maven:3.5-jdk-8 as BUILD COPY . /usr/src/app RUN mvn --batch-mode -f /usr/src/app/pom.xml clean package FROM openjdk:8-jdk ENV PORT 4567 EXPOSE 4567...

area/packs

If I run `draft up` without previously logging into ACR, the error below is displayed, which does not clearly explains the problem. After running `az acr login -n myregistry` the...

bug
area/client

Helm has code for this here: https://github.com/helm/helm/blob/master/cmd/helm/install.go#L358 It would probably be a better approach to try move their code for it to k8s.io/helm/pkg/chartutil, and then use that here. For now...