mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
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
This commit is contained in:
parent
7738f41b95
commit
429e070b01
@ -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