Revision d3285efeb37b483f7ad4abaa5bc46b280d7aa833 authored by harsimran pabla on 19 June 2024, 16:12:16 UTC, committed by Julian Wiedmann on 20 June 2024, 07:21:42 UTC
This change reorders peer creation and deletion order in peer
reconciler. This is done because if ASN is modified, we need to delete
old peer and then add new one.

Signed-off-by: harsimran pabla <hpabla@isovalent.com>
1 parent 4775694
Raw File
glossary.rst
.. only:: not (epub or latex or html)

    WARNING: You are looking at unreleased Cilium documentation.
    Please use the official rendered version released here:
    https://docs.cilium.io

.. _glossary:

Glossary
========

Cilium has some terms with special meanings. These should all be covered
throughout the documentation but for convenience we have also listed some of
them below with short descriptions. If you need more information, please ask us
on `Cilium Slack`_. Feel free to extend this document with words you expected
to see here.

.. glossary::
   :sorted:

   Endpoint
     :ref:`endpoint`

   Policy
     A Cilium policy consists of a list of rules. The security policy can be
     specified in The Kubernetes NetworkPolicy format or The Cilium policy
     language.

   iproute2
     https://www.kernel.org/pub/linux/utils/net/iproute2/

   llvm
     https://releases.llvm.org/

   Linux kernel
     https://www.kernel.org/

   DaemonSet
     https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

   ConfigMap
     https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/

   CNI
     https://github.com/containernetworking/cni

   RBAC
     https://kubernetes.io/docs/reference/access-authn-authz/rbac/

   NodeSelector
     https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector

   Volumes
     https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/

   VXLAN
     https://tools.ietf.org/html/rfc7348

   Geneve
     https://tools.ietf.org/html/draft-ietf-nvo3-geneve-04

   Pod
     https://kubernetes.io/docs/concepts/workloads/pods/pod/

   Service
     https://kubernetes.io/docs/concepts/services-networking/service/

   CustomResourceDefinition
     https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions

   HeadlessServices
     https://kubernetes.io/docs/concepts/services-networking/service/#headless-services

   Helm
     https://helm.sh/
back to top