Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

draft up error: draft up error:2018/08/10 07:54:08 error while releasing: could not upgrade release: rpc error: code = Unknown desc =..........i/o timeout #855

Closed rangapv closed 6 years ago

rangapv commented 6 years ago

Hi,

OS: ubuntu 16.04

kubectl version: Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:53:20Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:08:19Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}

My helm version: Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

My draft version: &version.Version{SemVer:"v0.14.1", GitCommit:"fdc29c553a45600ac4f795f3485d4bb9a80c7862", GitTreeState:"clean"}

from examples directory when I try draft init draft create draft up

I get the following error:

draft up error:2018/08/10 07:54:08 error while releasing: could not upgrade release: rpc error: code = Unknown desc = Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=NAME%3Dexample-python%2COWNER%3DTILLER%2CSTATUS%3DDEPLOYED: dial tcp 10.96.0.1:443: i/o timeout

I use docker.io for image push. kubectl get po works fine though....

Regards Ranga

radu-matei commented 6 years ago

Hey, and thanks for opening the issue!

A couple of questions:

Thanks!

rangapv commented 6 years ago

Yes RBAC is enabled and helm install is not working helm list is not working

Interesting that you asked ,bcos after i did an helm install chart stable/mysql; draft stopped working, prior to this it was working...... helm install is also broken the following is the error for helm list... ubuntu@ip-172-0-201-203:~$ helm list Error: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=OWNER%!D(MISSING)TILLER: dial tcp 10.96.0.1:443: i/o timeout

Regards Ranga

rangapv commented 6 years ago

Is helm install and draft up mutually exclusive ?

rangapv commented 6 years ago

Hi, Any progress on this...! Thks Ranga

rangapv commented 6 years ago

sudo iptables -P FORWARD ACCEPT

did the trick pls consider this issue solved..thks!

rangapv commented 6 years ago

Pls close this issue , solution in the comment above!