Skip to content

Commit 75fb4e5

Browse files
committed
Remove Container Linux Update Operator (CLUO) addon
* Stop providing example manifests for the Container Linux Update Operator (CLUO) * CLUO requires patches to support Kubernetes v1.16+, but the project and push access is rather unowned * CLUO hasn't been in active use in our clusters and won't be relevant beyond Container Linux. Not to say folks can't patch it and run it on their own. Examples just aren't provided here Related: coreos/container-linux-update-operator#197
1 parent 1a139ef commit 75fb4e5

File tree

14 files changed

+2
-214
lines changed

14 files changed

+2
-214
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Notable changes between versions.
4949
* Update node-exporter from v0.18.1 to [v1.0.0-rc.0](https://github.com/prometheus/node_exporter/releases/tag/v1.0.0-rc.0)
5050
* Update Grafana from v6.6.1 to v6.6.2
5151
* Refresh Grafana dashboards
52+
* Remove Container Linux Update Operator (CLUO) addon
53+
* CLUO doesn't support Kubernetes v1.16+, hasn't been in active use, and won't be relevant beyond Container Linux
5254

5355
## v1.17.3
5456

addons/cluo/0-namespace.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

addons/cluo/cluster-role-binding.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

addons/cluo/cluster-role.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

addons/cluo/update-agent.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

addons/cluo/update-operator.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/addons/cluo.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/addons/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Every Typhoon cluster is verified to work well with several post-install addons.
44

5-
* [CLUO](cluo.md) (Container Linux only)
65
* Nginx [Ingress Controller](ingress.md)
76
* [Prometheus](prometheus.md)
87
* [Grafana](grafana.md)

docs/cl/aws.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ kube-system kube-scheduler-ip-10-0-3-155 1/1 Running 1
170170

171171
Learn about [maintenance](/topics/maintenance/) and [addons](/addons/overview/).
172172

173-
!!! note
174-
On Container Linux clusters, install the `CLUO` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot.
175-
176173
## Variables
177174

178175
Check the [variables.tf](https://github.com/poseidon/typhoon/blob/master/aws/container-linux/kubernetes/variables.tf) source.

docs/cl/azure.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ kube-system kube-scheduler-ramius-controller-0 1/1 Running 0
176176

177177
Learn about [maintenance](/topics/maintenance/) and [addons](/addons/overview/).
178178

179-
!!! note
180-
On Container Linux clusters, install the `CLUO` addon to coordinate reboots and drains when nodes auto-update. Otherwise, updates may not be applied until the next reboot.
181-
182179
## Variables
183180

184181
Check the [variables.tf](https://github.com/poseidon/typhoon/blob/master/azure/container-linux/kubernetes/variables.tf) source.

0 commit comments

Comments
 (0)