github.com/cilium/cilium@v1.16.2/Documentation/installation/requirements-gke.rst (about)

     1  To install Cilium on `Google Kubernetes Engine (GKE) <https://cloud.google.com/kubernetes-engine>`_,
     2  perform the following steps:
     3  
     4  **Default Configuration:**
     5  
     6  =============== =================== ===============
     7  Datapath        IPAM                Datastore
     8  =============== =================== ===============
     9  Direct Routing  Kubernetes PodCIDR  Kubernetes CRD
    10  =============== =================== ===============
    11  
    12  **Requirements:**
    13  
    14  * The cluster should be created with the taint ``node.cilium.io/agent-not-ready=true:NoExecute``
    15    using ``--node-taints`` option. However, there are other options. Please make
    16    sure to read and understand the documentation page on :ref:`taint effects and unmanaged pods<taint_effects>`.