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

Enable running Elastic Stack build candidates #1065

Closed
jordansissel opened this issue Jun 12, 2019 · 1 comment · Fixed by #1075
Closed

Enable running Elastic Stack build candidates #1065

jordansissel opened this issue Jun 12, 2019 · 1 comment · Fixed by #1075
Assignees

Comments

@jordansissel
Copy link
Contributor

I would like to run build candidates. At present, it seems like this is not possible.

When attempting to run a 7.2.0 build candidate, creating the cluster appears to fail. The controller shows the following log:

"level":"error","ts":1560383124.4001148,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"elasticsearch-controller","request":"default/quickstart","error":"admission webhook \"validation.elasticsearch.elastic.co\" denied the request: unsupported version upgrade from 7.2.0 to 7.2.0","errorCauses":[{"error":"admission webhook \"validation.elasticsearch.elastic.co\" denied the request: unsupported version upgrade from 7.2.0 to 7.2.0"}]... {omitted for brevity}

Here's my resource definition:

apiVersion: elasticsearch.k8s.elastic.co/v1alpha1
kind: Elasticsearch
metadata:
  name: quickstart
spec:
  version: 7.2.0
  image: gcr.io/{redacted}/elasticsearch:7.2.0-a07f8500
  nodes:
  - nodeCount: 1
    config:
      node.master: true
      node.data: true
      node.ingest: true
@jordansissel
Copy link
Contributor Author

cc @ajrios33 this impacts us when it comes time to test build candidates.

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

Successfully merging a pull request may close this issue.

2 participants