Skip to content

Commit

Permalink
Merge pull request #3 from vsphere-tmm/rrick/vmtkgupdates_content_images
Browse files Browse the repository at this point in the history
Flesh out content for VM and TKGS
  • Loading branch information
rrick-vmw authored Oct 16, 2023
2 parents c4d7fe6 + 7342f21 commit 9dae48b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion network-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The UI allows users to execute all necessary workflows:
- Services
- List all Services
- See summary of the service
- See details for the service
- See details for the service, including recent events
- Action
- View the YAML for a service
- List all VM Load Balancers
Expand Down
26 changes: 24 additions & 2 deletions tkg-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The UI can be used in addition to the kubectl and API support available in CCI.
The UI allows users to execute all necessary workflows:
- List all Clusters
- Show summary of cluster
- Show details of cluster, including editing the cluster
- Show details of cluster, including editing the cluster, health status, and recent events
- Action menubar
- Create a new cluster (Default and Custom configuration)
- Grid action menu
Expand All @@ -53,9 +53,23 @@ The UI allows users to execute all necessary workflows:

![Listing of clusters](source/images/tkgs-list.png "Listing of clusters")

## Summary of a cluster

![Cluster summary](source/images/tkgs-cluster-summary.png "Cluster summary")

## Details of a cluster

The details page provides all the information related to the cluster. The user has the option
to edit some settings for the cluster, including:
- Control Plane - Number of replicas and the VM Class
- Nodepools - Number of replicas, VM Class, and adding or editing Volumes

![Cluster details](source/images/tkgs-cluster-details.png "Cluster details")

## Actions
There are two options for creating Tanzu Kubernetes Clusters. You can create clusters with Default settings or customize the cluster's settings.

There is a single action available in the list view. The Create button provides two options for creating Tanzu Kubernetes Clusters. You can create clusters with Default settings or customize the cluster's settings. Only VMware provided Cluster Class is supported to customize the cluster.

### Create a new cluster - Default configuration

![Default Cluster Create](source/images/defaultclustercreate.png "Default Cluster Create")
Expand Down Expand Up @@ -105,3 +119,11 @@ Click on Next once you are done with Nodepool configuration.
Review the details of the cluster configuration and click FINISH to create your cluster.

![Custom Cluster Review](source/images/customreview.png "Custom Cluster Review")

### Grid action menu

There are two actions available from the grid menu.
1. Viewing the YAML for the resource
2. Deleting the Cluster

![TKGS action menu](source/images/tkgs-grid-action-menu.png "TKGS action menu")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tkg-service/source/images/tkgs-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions vm-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The UI allows users to execute all necessary workflows:
- Virtual Machines
- List all VMs
- Show summary of VM
- Show details of VM, including editing the VM
- Show details of VM, including editing the VM, health status, and recent events
- Toggle display of TKG Cluster VMs
- Action menubar
- Create a new VM (Default and Advanced configuration)
Expand Down Expand Up @@ -81,13 +81,16 @@ There are additional columns that can be toggled through the Manage Columns butt

Click on the double chevrons to see key information for the resources.

![VM Summary](source/images/vm-service-summary.png "VM Summary")


### Details of VM

Click on the VM to see all the details for the resource, including VM health status and recent events.

The user has the ability to toggle the Power State and manage the volumes associated with the VM. Volumes can be added, detached, or have their capacity increased through the UI.

![VM Edit](source/images/vm-service-day-2.png "VM Edit")
![VM Edit](source/images/vm-service-details.png "VM Edit")

### Action Menubar
#### Create VM
Expand Down
Binary file added vm-service/source/images/vm-service-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vm-service/source/images/vm-service-grid-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vm-service/source/images/vm-service-summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dae48b

Please sign in to comment.