Skip to content

Commit

Permalink
Increment metadata version (#300)
Browse files Browse the repository at this point in the history
* Increment metadata version and minor changes in docs
  • Loading branch information
shyamradhakrishnan committed Jul 12, 2023
1 parent 03d3261 commit 43eaa99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ The Cluster API itself is shared across multiple cloud providers allowing for tr

### Features

- Manages the bootstrapping of VCNs, gateways, subnets, network security groups and instances
- Deploy either Oracle Linux or Ubuntu based instances using custom images built with the [Image Builder][image_builder_book] tool
- Deploys Kubernetes Control plane into private subnets front-ended by a public load balancer
- Self-managed and OCI Container Engine for Kubernetes(OKE) clusters
- Manages the bootstrapping of VCNs, gateways, subnets, network security groups
- Provide secure and sensible defaults

### Getting Started
Expand Down
7 changes: 4 additions & 3 deletions docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ The API itself is shared across multiple cloud providers allowing for true hybri

## Features

- Manages the bootstrapping of VCNs, gateways, subnets, network security groups and instances
- Deploy either Oracle Linux or Ubuntu based instances using custom images built with the [Image Builder][image_builder_book] tool
- Deploys Kubernetes control plane into private subnets front-ended by a public load balancer
- Self-managed and OCI Container Engine for Kubernetes(OKE) cluster support
- Manages the bootstrapping of VCNs, gateways, subnets, network security groups
- Provides secure and sensible defaults

## Getting Started
Expand All @@ -30,6 +29,7 @@ The API itself is shared across multiple cloud providers allowing for true hybri
- Installation:
- [Install Cluster API for OCI][install_cluster_api]
- [Create Workload Cluster][create_workload_cluster]
- [Create OKE Cluster][create_oke_cluster]

## Support Policy

Expand All @@ -56,5 +56,6 @@ Cluster API (CAPI)](https://cluster-api.sigs.k8s.io/reference/versions.html#supp
[deployment]: ./gs/overview.md
[install_cluster_api]: ./gs/install-cluster-api.md
[create_workload_cluster]: ./gs/create-workload-cluster.md
[create_oke_cluster]: ./managed/managedcluster.md
[networking]: ./networking/networking.md
[prerequisites]: ./prerequisites.md
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ releaseSeries:
- major: 0
minor: 12
contract: v1beta1
- major: 0
minor: 13
contract: v1beta1

0 comments on commit 43eaa99

Please sign in to comment.