2.3.8. Kubernetes Operator での Elastic Cloud のサブスクライブ
Service Telemetry Operator をインストールし、イベントを ElasticSearch に保存する予定の場合には、Elastic Cloud Kubernetes Operator を有効にする必要があります。
手順
以下のマニフェストを OCP 環境に適用し、Kubernetes Operator で Elastic Cloud を有効にします。
oc apply -f - <<EOF apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: elastic-cloud-eck namespace: service-telemetry spec: channel: stable installPlanApproval: Automatic name: elastic-cloud-eck source: operatorhubio-operators sourceNamespace: openshift-marketplace EOF
Kubernetes の ElasticSearch Cloud の
ClusterServiceVersion
が成功
したことを確認するには、oc get csv
コマンドを入力します。$ oc get csv NAME DISPLAY VERSION REPLACES PHASE elastic-cloud-eck.v1.1.0 Elastic Cloud on Kubernetes 1.1.0 elastic-cloud-eck.v1.0.1 Succeeded