Skip to content

Commit aa3ca3a

Browse files
kishorjTimothy-Dougherty
authored andcommitted
doc updates (kubernetes-sigs#1596)
* add security updates disclaimer * add makefile target to publish versioned docs using mkdocs mike util
1 parent a0e8c06 commit aa3ca3a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ else
7979
CONTROLLER_GEN=$(shell which controller-gen)
8080
endif
8181

82+
# publish the versioned docs using mkdocs mike util
83+
docs-publish:
84+
mike deploy v2.0 latest -p
85+
8286
lint:
8387
echo "TODO"
8488

docs/guide/controller/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
AWS ALB Ingress controller must be uninstalled before installing AWS Load Balancer controller.
55
Please follow our [migration guide](../upgrade/migrate_v1_v2.md) to do migration.
66

7+
!!!note "Security updates"
8+
The controller doesn't receive security updates automatically. You need to manually updgrade to a newer version when it becomes available.
9+
710
=== "Via Helm"
811
Follow the instructions in [aws-load-balancer-controller](https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller) helm chart.
912

0 commit comments

Comments
 (0)