mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Don't impose a memory limit on flannel etcd.
This commit is contained in:
		@@ -60,8 +60,8 @@
 | 
			
		||||
                    }
 | 
			
		||||
                ],
 | 
			
		||||
                "resources": {
 | 
			
		||||
                    "limits": {
 | 
			
		||||
                        "cpu": "100m"
 | 
			
		||||
                    "requests": {
 | 
			
		||||
                        "cpu": {{ cpulimit }}
 | 
			
		||||
                    }
 | 
			
		||||
                },
 | 
			
		||||
                "volumeMounts": [
 | 
			
		||||
@@ -89,9 +89,8 @@
 | 
			
		||||
                    "timeoutSeconds": 15
 | 
			
		||||
                },
 | 
			
		||||
                "resources": {
 | 
			
		||||
                    "limits": {
 | 
			
		||||
                        "cpu": {{ cpulimit }},
 | 
			
		||||
                        "memory": {{ memlimit }}
 | 
			
		||||
                    "requests": {
 | 
			
		||||
                        "cpu": {{ cpulimit }}
 | 
			
		||||
                    }
 | 
			
		||||
                },
 | 
			
		||||
                "volumeMounts": [
 | 
			
		||||
 
 | 
			
		||||
@@ -27,5 +27,3 @@ touch /var/log/etcd_flannel.log:
 | 
			
		||||
        etcd_port: 4003
 | 
			
		||||
        etcd_peer_port: 2382
 | 
			
		||||
        cpulimit: '"100m"'
 | 
			
		||||
        memlimit: '"50Mi"'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user