Connections Component Pack: Instalando Elasticsearch: Difference between revisions
(Criou a página com "Instale a Elasticsearch Os componentes instalados serão: =Procedimento= ==Instalando a infraestrutura== helm install \ --name=elasticsearch ''extractedFolder''/micr...") |
(No difference)
|
Revision as of 01:18, 24 January 2019
Instale a Elasticsearch
Os componentes instalados serão:
Procedimento
Instalando a infraestrutura
helm install \ --name=elasticsearch extractedFolder/microservices_connections/hybridcloud/helmbuilds/elasticsearch-0.1.0-20180921-115419.tgz \ --set \ image.repository=Docker_registry/connections,\ nodeAffinityRequired=true
2) Verificando se já finalizou o bootstrap
helm list
O resultado do comando deve ser DEPLOYED
3) Verificando o status do pods
kubectl get pods -n connections -o wide
verifique a coluna STATUS
Mais opções
- Caso o kubernetes namespace for diferente de connections
- Caso deploying Elasticsearch na AWS
verifique o artigo.
Ver também
- HCL Connections: Instalação do Component Pack Standalone
- Mais Artigos sobre Connections