kubernetes-operator/website/content/en/docs/Getting Started/v0.1.1/aks.md

560 B

title linkTitle weight date description
AKS AKS 10 2019-08-05 Additional configuration for Azure Kubernetes Service

Azure AKS managed Kubernetes service adds to every pod the following envs:

- 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 envs when checking if Jenkins pod envs have been changed. It prevents restart Jenkins pod over and over again.