Skip to content

Commit

Permalink
Updates the broken links in ingress-controller and kubernetes-apps un…
Browse files Browse the repository at this point in the history
…der kubespray docs
  • Loading branch information
vaibhav2107 committed Jun 20, 2023
1 parent 3ced391 commit cf6ec1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ingress_controller/alb_ingress_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**NOTE:** The current image version is `v1.1.6`. Please file any issues you find and note the version used.

The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/user-guide/ingress) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).

This project was originated by [Ticketmaster](https://github.com/ticketmaster) and [CoreOS](https://github.com/coreos) as part of Ticketmaster's move to AWS and CoreOS Tectonic. Learn more about Ticketmaster's Kubernetes initiative from Justin Dean's video at [Tectonic Summit](https://www.youtube.com/watch?v=wqXVKneP0Hg).

Expand Down
2 changes: 1 addition & 1 deletion docs/ingress_controller/ingress_nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast

This example creates an ELB with just two listeners, one in port 80 and another in port 443

![Listeners](https://github.com/kubernetes/ingress-nginx/raw/master/docs/images/elb-l7-listener.png)
![Listeners](https://github.com/kubernetes/ingress-nginx/blob/main/docs/images/elb-l7-listener.png)

##### ELB Idle Timeouts

Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes-apps/rbd_provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can use it quickly & easily deploy ceph RBD storage that works almost
anywhere.

It works just like in-tree dynamic provisioner. For more information on how
dynamic provisioning works, see [the docs](http://kubernetes.io/docs/user-guide/persistent-volumes/)
dynamic provisioning works, see [the docs](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
or [this blog post](http://blog.kubernetes.io/2016/10/dynamic-provisioning-and-storage-in-kubernetes.html).

## Development
Expand Down

0 comments on commit cf6ec1f

Please sign in to comment.