alexus
January 25, 2020, 7:07pm
1
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!
sebgl
(Sebastien Guilloux)
February 10, 2020, 8:10am
2
Hey @alexus . Are you still experiencing the same issue?
alexus
February 13, 2020, 4:54am
3
@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
$
alexus
February 14, 2020, 5:36am
5
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...