Loading src/monitoring/.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -30,12 +30,12 @@ kubernetes test: # - kubectl get all # - 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-9df446bb5-6tmft # - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-6tmft influxdb # - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-6tmft server # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 30 # - kubectl get all - kubectl --namespace gitlab-ci describe pod monitoring-595c885c6c-fmb7b - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b influxdb - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b server # # test if the Docker image can be pulled from the gitlab registry # test monitoring pull: Loading Loading
src/monitoring/.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -30,12 +30,12 @@ kubernetes test: # - kubectl get all # - 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-9df446bb5-6tmft # - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-6tmft influxdb # - kubectl --namespace gitlab-ci logs monitoring-9df446bb5-6tmft server # - kubectl apply -f "manifests/monitoring.yaml" # - sleep 30 # - kubectl get all - kubectl --namespace gitlab-ci describe pod monitoring-595c885c6c-fmb7b - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b influxdb - kubectl --namespace gitlab-ci logs monitoring-595c885c6c-fmb7b server # # test if the Docker image can be pulled from the gitlab registry # test monitoring pull: Loading