Skip to content

Commit

Permalink
Fix doc links to reference new Outscale's doc site
Browse files Browse the repository at this point in the history
closes #4

Signed-off-by: Jerome Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Aug 1, 2023
1 parent 36b2e6b commit 03f64fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This reprository contain a way to deploy a [kubernetes](https://kubernetes.io/)

# Architecture
## Private (default)
The Kubernetes cluster is deployed inside a [Net](https://wiki.outscale.net/display/EN/About+VPCs) with two [Subnets](https://wiki.outscale.net/display/EN/Getting+Information+About+Your+Subnets):
The Kubernetes cluster is deployed inside a [Net](https://docs.outscale.com/en/userguide/Virtual-Private-Clouds-VPCs.html) with two [Subnets](https://docs.outscale.com/en/userguide/Getting-Information-About-Your-Subnets.html):
- One subnet (10.0.0.0/24) containing:
- A bastion host
- A [NAT Service](https://wiki.outscale.net/display/EN/About+NAT+Gateways) to provide internet access to nodes.
- A [NAT Service](https://docs.outscale.com/en/userguide/About-NAT-Gateways.html) to provide internet access to nodes.
- A load balancer for kube-apiserver
- One subnet (10.0.0.1/24) containing all nodes (control plane and worker nodes)

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [Terraform](https://www.terraform.io/downloads) (>= 0.14)
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html) (>= 2.4)
- [Outscale Access Key and Secret Key](https://wiki.outscale.net/display/EN/Creating+an+Access+Key)
- [Outscale Access Key and Secret Key](https://docs.outscale.com/en/userguide/Creating-an-Access-Key.html)

# Configuration

Expand Down

0 comments on commit 03f64fb

Please sign in to comment.