sigs.k8s.io/cluster-api@v1.7.1/docs/proposals/images/cluster-spec-crds/figure2.plantuml (about)

     1  @startuml
     2  title Figure 2: Cluster State Transitions
     3  
     4  start
     5  
     6  :Pending;
     7  
     8  note right
     9  Cluster object is created but
    10  has no associated Infrastructure
    11  end note
    12  
    13  :Provisioning;
    14  
    15  note right
    16  Cluster has associated Infrastructure.
    17  Provider is provisioning it
    18  end note
    19  
    20  :Provisioned;
    21  note right
    22  Infrastructureis ready.
    23  APIEndpoint is set.
    24  end note
    25  
    26  stop
    27  
    28  hide footbox
    29  @enduml