Tobias Bradtke

Results 36 comments of Tobias Bradtke

Thank you for the prompt answer :) Looking forward to the Composition API in the long run then.

As a temporary fix in your installation you can probably add these lines in `/usr/local/bin/sparse_clone.sh` before `else`: ```shell elif [[ -n "$BitbucketAcessToken" ]]; then url_to_use="${protocol}://x-token-auth:$BitbucketAcessToken@$url_rest" ```

I am getting a similar issue using `!import git@..`. The resulting links look like `http://localhost:8000/kube-prod/docs/git@..` for the imported repository. For the main repo links are fine and I guess if...

That file was fixed [once](../commit/e899cf730b9bf6b67b99e69795e9355b1f67ab80#diff-0abbf4d08d2595760bb06f6182981272L63) and removed later. But there seems to be no pypi-release since then?

Just got this error message. At least google points directly here.. :grin:

I would like to try out the multicluster features of KubeVela on Linux. That's the reason I came to this repo :) And I am fine with K3d for this,...

From root directory of this repo the following should work: ``` kubectl kustomize build ./config | kubectl apply -f - ```

hm, looks this one is kind of fine. sorry :sweat_smile:

Hm, does `draughtsman` also create tiller and stuff? There are no `resources` settings.

I am happy to test any development in this area :)