Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for capv #81

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ Three main pieces are
* For more AWS information go to [CAPA Getting Started](https://cluster-api-aws.sigs.k8s.io/)
* For more Nutanix information go to [CAPX Getting Started](https://opendocs.nutanix.com/capx/latest/getting_started/)
* For more OpenStack information go to [CAPO Getting Started](https://cluster-api.sigs.k8s.io/user/quick-start.html)
* For more Vsphere information go to [CAPV Getting Started](https://cluster-api.sigs.k8s.io/user/quick-start.html)

Cluster API k3s has been tested on AWS, Azure, AzureStackHCI, Nutanix and OpenStack environments.
Cluster API k3s has been tested on AWS, Azure, AzureStackHCI, Nutanix, OpenStack, and Vsphere environments.

To try out the Azure flow, fork the repo and look at `samples/azure/azure-setup.sh`.

Expand All @@ -41,13 +42,14 @@ To try out the Nutanix flow, fork the repo and look at `samples/nutanix/nutanix-

To try out the OpenStack flow, fork the repo and look at `samples/openstack/setup.sh`.

To try out the Vsphere flow, fork the repo and look at `samples/vsphere-capv/setup.sh`.

### Known Issues

## Roadmap

* Support for External Databases
* Fix Token Logic
* Setup CAPV samples
* Clean up Control Plane Provider Code
* Post an issue!

Loading