From 429e070b01b865308d04afce4920de4721e37ec6 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 14 Feb 2017 10:16:32 -0500 Subject: [PATCH] Fix statefulset e2e test ...by removing the liveness/readiness probes from the cockroachdb manifests, as explained in github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187 --- examples/cockroachdb/cockroachdb-statefulset.yaml | 10 ---------- .../statefulset/cockroachdb/statefulset.yaml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/examples/cockroachdb/cockroachdb-statefulset.yaml b/examples/cockroachdb/cockroachdb-statefulset.yaml index 8115c6d7e16..739d7710529 100644 --- a/examples/cockroachdb/cockroachdb-statefulset.yaml +++ b/examples/cockroachdb/cockroachdb-statefulset.yaml @@ -147,16 +147,6 @@ spec: name: grpc - containerPort: 8080 name: http - livenessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 10 volumeMounts: - name: datadir mountPath: /cockroach/cockroach-data diff --git a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml index 053e41a00d6..06d7e140742 100644 --- a/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml +++ b/test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml @@ -62,16 +62,6 @@ spec: name: grpc - containerPort: 8080 name: http - livenessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 30 - readinessProbe: - httpGet: - path: /_admin/v1/health - port: http - initialDelaySeconds: 10 volumeMounts: - name: datadir mountPath: /cockroach/cockroach-data