You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this module to manage both essential and optional add-ons on enhanced OKE clusters.
4
+
5
+
This module provides the option to remove [Essential addons](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengintroducingclusteraddons.htm#contengintroducingclusteraddons__section-essential-addons) and to manage, both essential & [optional addons](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengintroducingclusteraddons.htm#contengintroducingclusteraddons__section-optional-addons).
6
+
7
+
Cluster add-on removal (using the `cluster_addons_to_remove` variable) requires the creation of the operator host.
8
+
9
+
**Note**: For the cluster autoscaler you should choose **only one** of the options:
10
+
- the stand-alone cluster-autoscaler deployment, using the [extension module](./extensions_cluster_autoscaler.md)
Copy file name to clipboardExpand all lines: docs/src/guide/extensions_cluster_autoscaler.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Extensions: Standalone Cluster Autoscaler
2
2
3
+
**Note**: For the cluster autoscaler you should choose **only one** of the options:
4
+
- the stand-alone cluster-autoscaler deployment, using this extension
5
+
- the [cluster-autoscaler add-on](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengconfiguringclusteraddons-configurationarguments.htm#contengconfiguringclusteraddons-configurationarguments_ClusterAutoscaler), using the [addons](./cluster_addons.md).
6
+
3
7
Deployed using the [cluster-autoscaler Helm chart](https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler) with configuration from the `worker_pools` variable.
4
8
5
9
The module is using the `oke.oraclecloud.com/cluster_autoscaler` nodepool label to facilitate the understanding of how the Kubernetes cluster auto-scaler will interact with the node:
# Copyright (c) 2017, 2024 Oracle Corporation and/or its affiliates.
2
+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3
+
4
+
cluster_addons={
5
+
"CertManager"= {
6
+
remove_addon_resources_on_delete =true
7
+
# The list of supported configurations for the cluster addons is here: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengconfiguringclusteraddons-configurationarguments.htm#contengconfiguringclusteraddons-configurationarguments_CertificateManager
0 commit comments