github.com/cilium/cilium@v1.16.2/Documentation/installation/cli-connectivity-test.rst (about)

     1  Run the following command to validate that your cluster has proper network
     2  connectivity:
     3  
     4  .. code-block:: shell-session
     5  
     6     $ cilium connectivity test
     7     â„šī¸  Monitor aggregation detected, will skip some flow validation steps
     8     ✨ [k8s-cluster] Creating namespace for connectivity check...
     9     (...)
    10     ---------------------------------------------------------------------------------------------------------------------
    11     📋 Test Report
    12     ---------------------------------------------------------------------------------------------------------------------
    13     ✅ 69/69 tests successful (0 warnings)
    14  
    15  .. note::
    16  
    17     The connectivity test may fail to deploy due to too many open files in one
    18     or more of the pods. If you notice this error, you can increase the
    19     ``inotify`` resource limits on your host machine (see
    20     `Pod errors due to "too many open files" <https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files>`_).
    21  
    22  Congratulations! You have a fully functional Kubernetes cluster with Cilium. 🎉