Error from server (InternalError): error when creating "STDIN": Internal error occurred: resource quota evaluates timeout

Hello World!

I'm trying to follow Quickstart | Elastic Cloud on Kubernetes [1.0] | Elastic, yet running into following error:

$ cat <<EOF | kubectl apply -f -
> apiVersion: elasticsearch.k8s.elastic.co/v1
> kind: Elasticsearch
> metadata:
>   name: quickstart
> spec:
>   version: 7.5.2
>   nodeSets:
>   - name: default
>     count: 1
>     config:
>       node.master: true
>       node.data: true
>       node.ingest: true
>       node.store.allow_mmap: false
> EOF
Error from server (InternalError): error when creating "STDIN": Internal error occurred: resource quota evaluates timeout
$ 
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
$ 

Please advise)
Thanks in advance!

Hey @alexus. Are you still experiencing the same issue?

@sebgl thank you for looking into my thread, yes I still have same issue(

$ kubectl apply -f https://download.elastic.co/downloads/eck/1.0.1/all-in-one.yaml
customresourcedefinition.apiextensions.k8s.io/apmservers.apm.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/elasticsearches.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/kibanas.kibana.k8s.elastic.co configured
clusterrole.rbac.authorization.k8s.io/elastic-operator unchanged
clusterrolebinding.rbac.authorization.k8s.io/elastic-operator unchanged
namespace/elastic-system unchanged
statefulset.apps/elastic-operator configured
serviceaccount/elastic-operator unchanged
validatingwebhookconfiguration.admissionregistration.k8s.io/elastic-webhook.k8s.elastic.co configured
service/elastic-webhook-server unchanged
secret/elastic-webhook-server-cert unchanged
$ 

&

$ cat <<EOF | kubectl apply -f -
> apiVersion: elasticsearch.k8s.elastic.co/v1
> kind: Elasticsearch
> metadata:
>   name: quickstart
> spec:
>   version: 7.6.0
>   nodeSets:
>   - name: default
>     count: 1
>     config:
>       node.master: true
>       node.data: true
>       node.ingest: true
>       node.store.allow_mmap: false
> EOF
Error from server (Timeout): error when creating "STDIN": Timeout: request did not complete within requested timeout 30s
$

Looks like the exact same error you got a few month ago: Error from server (Timeout): error when creating "STDIN": Timeout: request did not complete within requested timeout 30s · Issue #1673 · elastic/cloud-on-k8s · GitHub

See also Error from server (Timeout): error when creating "STDIN": Timeout: request did not complete within requested timeout 30s - #10 by Anya_Sabo

Does any of the solution provided help ?

these are my own links)) after re-reading my own github issue, i was finally able to get back on the road) yey to me and @michael.morello for pointing back to my own resource! thank you))

last time when i encounter this issue, i figured it's due to eck was alpha/beta but now same thing is still happening in ga...