Dmitriy Kalinin

Results 92 issues of Dmitriy Kalinin

``` container: volumeMounts: - name: db-credentials mountPath: "/secrets/db-credentials" readOnly: true volumes: - name: db-credentials secret: secretName: db-secret ``` ``` knctl deploy --vol-secret db-credentials=db-secret:/secrets/db-credentials knctl deploy --vol-secret db-credentials=db-secret:/secrets/db-credentials:ro knctl deploy --vol-secret...

blocked-on-public-api

knctl got stuck waiting for new revision because service account did not exist, hence Configuration wasnt updated, hence Revision will never be created. ``` $ knctl service show -s simple-app2...

@garethr says > I had a few output formatting issues when running on Windows, noting here: ``` $ knctl basic-auth-secret create ... ?[1mName?[0m docker-hub ?[1mType?[0m kubernetes.io/basic-auth $ knctl service-account create...

using minikube locally, first build takes a very long time to start, most likely because it's downloading images.

``` === RUN TestBuildFailed ==> Delete previous build with the same name if exists Running 'knctl delete build -b test-build-failed-service-name'... Running 'kubectl delete secret test-build-failed-service-name-docker-secret'... Running 'kubectl delete serviceaccount test-build-failed-service-name-service-account'......

integration-test-failure

looks like there is a rare failure of `UNAUTHORIZED: \"authentication required\"` ``` --- FAIL: TestBuildSuccess (464.15s) knctl.go:89: Failed to successfully execute 'knctl build -b test-build-success-service-name --git-url https://github.com/cppforlife/simple-app --git-revision master -i...

integration-test-failure

**What steps did you take and what happened** things were working ok for a few hours. then i issued 3 builds in parallel (same single go file app submitted 3...

help wanted

**Describe the problem/challenge you have** as part of integrating kubectl buildkit into https://github.com/vmware-tanzu/carvel-kbld/issues/63, i ended up generating random tag everytime kbld command runs. tag needs to change when image changes...

compare to: - helm - kubectl --prune - pulumi

enhancement
documentation

**Describe the problem/challenge you have** not clear from the docs what kbld step does in example Package CR. consider adding docs for general App CR templating mechanics.

enhancement