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

Elasticsearch Cloud Kubernetes - ECK - missing schemas #24

Open
arthurzenika opened this issue Oct 6, 2020 · 1 comment
Open

Elasticsearch Cloud Kubernetes - ECK - missing schemas #24

arthurzenika opened this issue Oct 6, 2020 · 1 comment

Comments

@arthurzenika
Copy link

Using kubeval to validate example deployments from https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
I get :

ERR  - elasticsearch/cluster.yaml: Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/elasticsearch-elasticsearch-v1.json: Could not read schema from HTTP, response status is 404 Not Found
ERR  - elasticsearch/kibana.yaml: Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/kibana-kibana-v1.json: Could not read schema from HTTP, response status is 404 Not Found

I'm a bit new to this but would be happy to contribute the schemas for theses things (if they are public)

@jmorcar
Copy link

jmorcar commented Aug 26, 2022

This problem is documented in https://kubeval.instrumenta.dev/#crds , where you could ignore custom crds schemas, but I don't consider a solution. Or an alternative is create a custom schema (issue mentioned in #26 ) or it maybe is to find the schema in a public github repo (issue instrumenta/kubeval#301)

Elasticsearch ECK should have a public schema of this ... so you can use kubeval with the appropiate --flag to indicate this json schema to fix the root cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants