HomeSoftware Heritage

Add elasticsearch service

This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Add elasticsearch service

$ kubectl get pod elasticsearch-6bffc8cbfd-hpnz2
Events:
  Type    Reason     Age   From               Message
  ----    ------     ----  ----               -------
  Normal  Scheduled  55s   default-scheduler  Successfully assigned default/elasticsearch-6bffc8cbfd-hpnz2 to yavin4
  Normal  Pulling    51s   kubelet            Pulling image "elasticsearch:7.9.3"
  Normal  Pulled     51s   kubelet            Successfully pulled image "elasticsearch:7.9.3" in 847.675649ms
  Normal  Created    51s   kubelet            Created container elasticsearch
  Normal  Started    50s   kubelet            Started container elasticsearch
$ kubectl get service elasticsearch
NAME            TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
elasticsearch   ClusterIP   10.43.228.251   <none>        9200/TCP   3m4s

Details

Provenance
ardumontAuthored on Apr 3 2021, 7:37 PM
vsellierCommitted on Apr 11 2021, 11:10 PM
vsellierPushed on Apr 20 2021, 4:19 PM

Commit No Longer Exists

This commit no longer exists in the repository.