Skip to content

Commit 43eaa99

Browse files
Increment metadata version (#300)
* Increment metadata version and minor changes in docs
1 parent 03d3261 commit 43eaa99

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ The Cluster API itself is shared across multiple cloud providers allowing for tr
1616

1717
### Features
1818

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

2423
### Getting Started

docs/src/introduction.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ The API itself is shared across multiple cloud providers allowing for true hybri
1717

1818
## Features
1919

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

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

3434
## Support Policy
3535

@@ -56,5 +56,6 @@ Cluster API (CAPI)](https://cluster-api.sigs.k8s.io/reference/versions.html#supp
5656
[deployment]: ./gs/overview.md
5757
[install_cluster_api]: ./gs/install-cluster-api.md
5858
[create_workload_cluster]: ./gs/create-workload-cluster.md
59+
[create_oke_cluster]: ./managed/managedcluster.md
5960
[networking]: ./networking/networking.md
6061
[prerequisites]: ./prerequisites.md

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ releaseSeries:
4141
- major: 0
4242
minor: 12
4343
contract: v1beta1
44+
- major: 0
45+
minor: 13
46+
contract: v1beta1

0 commit comments

Comments
 (0)