Commit 7fc39e25 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

test kubernetes influx

parent b15b5967
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@ kubernetes test:
  script:
    # - kubectl version
    # - kubectl get all
    # - kubectl delete -f "manifests/monitoring.yaml"
    # - sleep 15
    - kubectl delete -f "manifests/monitoring.yaml"
    - sleep 15
    - kubectl apply -f "manifests/monitoring.yaml"
    - sleep 30
    - kubectl get all
    - kubectl --namespace gitlab-ci describe pod monitoring-84fcb785-25knt
    - kubectl --namespace gitlab-ci logs monitoring-84fcb785-25knt influxdb
    - kubectl --namespace gitlab-ci logs monitoring-84fcb785-25knt server
    # - kubectl --namespace gitlab-ci describe pod monitoring-84fcb785-25knt
    # - kubectl --namespace gitlab-ci logs monitoring-84fcb785-25knt influxdb
    # - kubectl --namespace gitlab-ci logs monitoring-84fcb785-25knt server

# # test if the Docker image can be pulled from the gitlab registry
# test monitoring pull: