Created
January 9, 2019 17:18
-
-
Save richm/e6bc51cea76e450fd6120cf2c530af32 to your computer and use it in GitHub Desktop.
elasticsearch cr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: logging.openshift.io/v1alpha1 | |
kind: Elasticsearch | |
metadata: | |
creationTimestamp: 2019-01-09T16:40:58Z | |
generation: 1 | |
name: elasticsearch | |
namespace: openshift-logging | |
ownerReferences: | |
- apiVersion: logging.openshift.io/v1alpha1 | |
controller: true | |
kind: ClusterLogging | |
name: example | |
uid: 56287f9b-142d-11e9-9094-0202f7532732 | |
resourceVersion: "110995" | |
selfLink: /apis/logging.openshift.io/v1alpha1/namespaces/openshift-logging/ela | |
sticsearches/elasticsearch | |
uid: 576c564f-142d-11e9-9094-0202f7532732 | |
spec: | |
dataReplication: NoReplication | |
managementState: Managed | |
nodeSpec: | |
image: image-registry.openshift-image-registry.svc:5000/openshift/logging-el | |
asticsearch5:latest | |
resources: {} | |
nodes: | |
- nodeSpec: | |
resources: {} | |
replicas: 1 | |
roles: | |
- client | |
- data | |
- master | |
storage: | |
emptyDir: {} | |
status: | |
clusterHealth: "" | |
conditions: null | |
nodes: null | |
pods: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment