mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #125736 from aojea/netpol_v0.4.0
update kube-network-policies to v0.4.0
This commit is contained in:
		@@ -27,7 +27,7 @@ spec:
 | 
				
			|||||||
      serviceAccountName: kube-network-policies
 | 
					      serviceAccountName: kube-network-policies
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
      - name: kube-network-policies
 | 
					      - name: kube-network-policies
 | 
				
			||||||
        image: registry.k8s.io/networking/kube-network-policies:v0.3.0
 | 
					        image: registry.k8s.io/networking/kube-network-policies:v0.4.0
 | 
				
			||||||
        command:
 | 
					        command:
 | 
				
			||||||
        - /bin/sh
 | 
					        - /bin/sh
 | 
				
			||||||
        - -c
 | 
					        - -c
 | 
				
			||||||
@@ -45,11 +45,6 @@ spec:
 | 
				
			|||||||
        - mountPath: /lib/modules
 | 
					        - mountPath: /lib/modules
 | 
				
			||||||
          name: lib-modules
 | 
					          name: lib-modules
 | 
				
			||||||
          readOnly: true
 | 
					          readOnly: true
 | 
				
			||||||
        env:
 | 
					 | 
				
			||||||
        - name: MY_NODE_NAME
 | 
					 | 
				
			||||||
          valueFrom:
 | 
					 | 
				
			||||||
            fieldRef:
 | 
					 | 
				
			||||||
              fieldPath: spec.nodeName
 | 
					 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
      - name: varlog
 | 
					      - name: varlog
 | 
				
			||||||
        hostPath:
 | 
					        hostPath:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user