Skip to content

Commit d3f1ede

Browse files
authored
docs: correct spelling mistakes (#18)
1 parent 3a19ef5 commit d3f1ede

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

docs/src/gs/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Networking architecture for a workload cluster
22

3-
Each workload cluster requires an Oracle Cloude Infrastructure (OCI) Virtual Cloud Network (VCN) which will house all the resources created for the workload cluster. The default VCN will have the following resources:
3+
Each workload cluster requires an Oracle Cloud Infrastructure (OCI) Virtual Cloud Network (VCN) which will house all the resources created for the workload cluster. The default VCN will have the following resources:
44

55
* Gateways:
66
1. An Internet gateway.

docs/src/gs/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infracture
1+
# Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure
22

3-
Before deploying the Cluster API Provider for Oracle Cloud Infrastructrure (CAPOCI), you must first configure the required Identity and Access Management (IAM) policies:
3+
Before deploying the Cluster API Provider for Oracle Cloud Infrastructure (CAPOCI), you must first configure the
4+
required Identity and Access Management (IAM) policies:
45

56
![CAPOCI Installation Process](../images/iam.svg)
67

78
The following deployment options are available:
89

9-
- [Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infracture](#getting-started-with-kubernetes-cluster-api-provider-for-oracle-cloud-infracture)
10+
- [Getting started with Kubernetes Cluster API Provider for Oracle Cloud Infrastructure](#getting-started-with-kubernetes-cluster-api-provider-for-oracle-cloud-infracture)
1011
- [Setting up a non-production management cluster](#setting-up-a-non-production-management-cluster)
1112
- [Setting up a management cluster using an initial bootstrap cluster](#setting-up-a-management-cluster-using-an-initial-bootstrap-cluster)
1213
- [Setting up a management cluster using OKE](#setting-up-a-management-cluster-using-oke)
@@ -34,7 +35,7 @@ Complete the following steps in order to install and use CAPOCI:
3435

3536
1. Choose your management cluster. You can use [kind][kind], [OKE][oke] or any other compliant Kubernetes clusters.
3637
1. [Prepare custom machine images][custom-machine-images]
37-
1. [Configure uers and policies for the management cluster if required][iam]
38+
1. [Configure users and policies for the management cluster if required][iam]
3839
1. [Provision a management cluster][provision-management-cluster]. You can use [kind][kind], [OKE][oke] or any other compliant Kubernetes clusters.
3940
1. Install the necessary tools:
4041
- [OCI CLI][oci-cli]

docs/src/gs/provision-mgmt-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You may use [kind][kind] for experimental purposes or for creating a [local boot
66

77
* [Create a local management or bootstrap cluster with kind](./mgmt/mgmt-kind.md)
88

9-
For a more durable environment, we recommend using a managed Kubernetes service such as [Oracke Container Engine for Kubernetes][oke] (OKE).
9+
For a more durable environment, we recommend using a managed Kubernetes service such as [Oracle Container Engine for Kubernetes][oke] (OKE).
1010

1111
* [Create a management cluster with OKE](./mgmt/mgmt-oke.md)
1212

docs/src/gs/pvc-fss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Provisioning PVCs on FSS consists of 3 steps:
7777

7878
1. In the YAML file, set:
7979
1. `storageClassName` to `""`
80-
2. `volumeName` to the name of of the PV created earlier
80+
2. `volumeName` to the name of the PV created earlier
8181

8282
1. Create the PVC from the manifest file:
8383

docs/src/introduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Kubernetes-native declarative infrastructure for Oracle Cloud Infrastructure (OC
1010

1111
## What is the Cluster API Provider for OCI
1212

13-
The [Cluster API Provier for OCI (CAPOCI)][cluster_api] brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.
13+
The [Cluster API Provider for OCI (CAPOCI)][cluster_api] brings declarative, Kubernetes-style APIs to cluster
14+
creation, configuration and management.
1415

1516
The API itself is shared across multiple cloud providers allowing for true hybrid deployments of Kubernetes.
1617

@@ -24,7 +25,7 @@ The API itself is shared across multiple cloud providers allowing for true hybri
2425
## Getting Started
2526

2627
- [Prerequisites][prerequisites]: Set up your OCI tenancy before using CAPOCI.
27-
- [Deployment process][deployment]: Chosing your deployment path
28+
- [Deployment process][deployment]: Choosing your deployment path
2829
- [Networking][networking]: Networking guide
2930
- Installation:
3031
- [Install Cluster API for OCI][install_cluster_api]

docs/src/reference/glossary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ One or more isolated, fault-tolerant Oracle data centers that host cloud resourc
1818

1919
Or __Container Network Interface__
2020

21-
A [Cloud Native Computing Foundation](https://cncf.io) projet that consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.
21+
A [Cloud Native Computing Foundation](https://cncf.io) project that consists of a specification and libraries for
22+
writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins.
2223

2324

2425
# F
@@ -48,7 +49,7 @@ A NAT Gateway gives cloud resources without public IP addresses access to the In
4849

4950
Or __Network Security Group__
5051

51-
A [Network security group (NSG)][oci_nsg] acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all the compute instances that act as web servers in the web tier of a multi-tier application in your VCN).
52+
A [Network security group (NSG)][oci_nsg] acts as a virtual firewall for your compute instances and other kinds of resources. An NSG consists of a set of ingress and egress security rules that apply only to a set of VNICs of your choice in a single VCN (for example: all compute instances that act as web servers in the web tier of a multi-tier application in your VCN).
5253

5354
# R
5455
---

0 commit comments

Comments
 (0)