Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

none: oracle-db deployment causes: etcdserver: request timed out #7088

Closed
tstromberg opened this issue Mar 18, 2020 · 2 comments
Closed

none: oracle-db deployment causes: etcdserver: request timed out #7088

tstromberg opened this issue Mar 18, 2020 · 2 comments
Labels
co/etcd startup failures where etcd may be involved co/none-driver kind/support Categorizes issue or PR as a support question.

Comments

@tstromberg
Copy link
Contributor

tstromberg commented Mar 18, 2020

From Arlan on #minikube Slack:

  • AzureVM
  • Standard_D16s_v3
  • UbuntuServer 18.04-LTS
$ sudo minikube start --vm-driver none
devstackuser@arlan-testerTFVM:~$ sudo minikube start --driver none
�  minikube v1.8.2 on Ubuntu 18.04
✨  Using the none driver based on user configuration
�  Running on localhost (CPUs=16, Memory=64401MB, Disk=29598MB) ...
ℹ️   OS release is Ubuntu 18.04.4 LTS
�  Preparing Kubernetes v1.17.3 on Docker 19.03.6 ...
    ▪ kubelet.resolv-conf=/run/systemd/resolve/resolv.conf
�  Launching Kubernetes ...
�  Enabling addons: default-storageclass, storage-provisioner
�  Configuring local host environment ...

Then:

sleep 60 #for minikube to start
kubectl run --image=wnameless/oracle-xe-11g-r2 oracle-db
watch -d kubectl get pods -A

After about 20-30 seconds of oracle-db deployment.

kubectl get pods will start timing out
Error from server: etcdserver: request timed out

kube-controller-manager will fail then kube-scheduler will fail. (edited)

@tstromberg tstromberg added the kind/support Categorizes issue or PR as a support question. label Mar 18, 2020
@tstromberg
Copy link
Contributor Author

Curiously, I was not able to reproduce this on hyperkit:

minikube start --memory 20000  --driver=hyperkit --cpus 4                                                                                          
kubectl run --image=wnameless/oracle-xe-11g-r2 oracle-db  

Oracle has been running for 17 minutes without issues:

NAMESPACE     NAME                          READY   STATUS    RESTARTS   AGE
default       oracle-db-7479686f5b-w4wbr    1/1     Running   0          17m
kube-system   coredns-6955765f44-f8nzv      1/1     Running   0          25m
kube-system   coredns-6955765f44-jsq47      1/1     Running   0          25m
kube-system   etcd-m01                      1/1     Running   0          25m
kube-system   kube-apiserver-m01            1/1     Running   0          25m
kube-system   kube-controller-manager-m01   1/1     Running   0          25m
kube-system   kube-proxy-hmrsd              1/1     Running   0          25m
kube-system   kube-scheduler-m01            1/1     Running   0          25m
kube-system   storage-provisioner           1/1     Running   1          25m

@tstromberg tstromberg added co/etcd startup failures where etcd may be involved co/none-driver labels Mar 18, 2020
@tstromberg
Copy link
Contributor Author

Closing due to inability to duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/etcd startup failures where etcd may be involved co/none-driver kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

1 participant