Skip to content

Commit

Permalink
Improved nodes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume authored and guillaume committed Nov 8, 2022
1 parent abd42ed commit 4e0309a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/core-concepts/nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ GKE Cluster

A GKE Kubernetes Cluster, hosted in Google Cloud Platform. It is denoted by type ``gcp-k8s-cluster``.

When loaded by the framework, a hierarchy of objects will be automatically created beneath the cluster node. By default, this is a hierarchy of Pods to Containers. Others may be loaded when in a Kubernetes namespace context, using the ``vrender`` and ``vfocus`` functions.

.. code-block:: yaml
---
Expand All @@ -200,6 +202,11 @@ A GKE Kubernetes Cluster, hosted in Google Cloud Platform. It is denoted by type
override: attribute
override: another
.. note::

When loaded by the framework, a hierarchy of objects will be automatically created beneath the GKE or EKS cluster nodes. By default, this is a hierarchy of Pods to Containers. Others may be loaded when in a Kubernetes namespace context, using the ``vrender`` and ``vfocus`` functions.


AWS Cluster
^^^^^^^^^^^

Expand Down

0 comments on commit 4e0309a

Please sign in to comment.