Back to Cilium

Kind Create Cluster

Documentation/installation/kind-create-cluster.rst

1.19.3612 B
Original Source

To create a cluster with the configuration defined above, pass the kind-config.yaml you created with the --config flag of kind.

.. code-block:: shell-session

kind create cluster --config=kind-config.yaml

After a couple of seconds or minutes, a 4 nodes cluster should be created.

A new kubectl context (kind-kind) should be added to KUBECONFIG or, if unset, to ${HOME}/.kube/config:

.. code-block:: shell-session

kubectl cluster-info --context kind-kind

.. note:: The cluster nodes will remain in state NotReady until Cilium is deployed. This behavior is expected.