mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #41412 from a-robinson/test
Automatic merge from submit-queue (batch tested with PRs 41216, 41362, 41275, 41277, 41412) Fix statefulset e2e test ...by removing the liveness/readiness probes from the cockroachdb manifests, as explained in https://github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187 @kow3ns @spxtr
This commit is contained in:
commit
44f345f8ca
@ -147,16 +147,6 @@ spec:
|
|||||||
name: grpc
|
name: grpc
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /_admin/v1/health
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /_admin/v1/health
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: datadir
|
- name: datadir
|
||||||
mountPath: /cockroach/cockroach-data
|
mountPath: /cockroach/cockroach-data
|
||||||
|
@ -62,16 +62,6 @@ spec:
|
|||||||
name: grpc
|
name: grpc
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /_admin/v1/health
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /_admin/v1/health
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: datadir
|
- name: datadir
|
||||||
mountPath: /cockroach/cockroach-data
|
mountPath: /cockroach/cockroach-data
|
||||||
|
Loading…
Reference in New Issue
Block a user