mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user