609 B
		
	
	
	
	
	
			
		
		
	
	
			609 B
		
	
	
	
	
	
| title | linkTitle | weight | date | description | 
|---|---|---|---|---|
| AKS | AKS | 8 | 2021-10-06 | Additional configuration for Azure Kubernetes Service | 
Azure AKS managed Kubernetes service adds to every pod the following environment variables:
- name: KUBERNETES_PORT_443_TCP_ADDR
  value:
- name: KUBERNETES_PORT
  value: tcp://
- name: KUBERNETES_PORT_443_TCP
  value: tcp://
- name: KUBERNETES_SERVICE_HOST
  value:
The operator is aware of it and omits these environment variables when checking if a Jenkins pod environment has been changed. It prevents the restart of a Jenkins pod over and over again.