github.com/cilium/cilium@v1.16.2/Documentation/installation/kind-create-cluster.rst (about) 1 To create a cluster with the configuration defined above, pass the 2 ``kind-config.yaml`` you created with the ``--config`` flag of kind. 3 4 .. code-block:: shell-session 5 6 kind create cluster --config=kind-config.yaml 7 8 After a couple of seconds or minutes, a 4 nodes cluster should be created. 9 10 A new ``kubectl`` context (``kind-kind``) should be added to ``KUBECONFIG`` or, if unset, 11 to ``${HOME}/.kube/config``: 12 13 .. code-block:: shell-session 14 15 kubectl cluster-info --context kind-kind 16 17 .. note:: 18 The cluster nodes will remain in state ``NotReady`` until Cilium is deployed. 19 This behavior is expected.