Skip to content

Commit

Permalink
Merge pull request #7347 from stolostron/swope-add-on-build
Browse files Browse the repository at this point in the history
  • Loading branch information
swopebe authored Dec 16, 2024
2 parents 7f40a74 + 46a7729 commit b4d09f2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
8 changes: 0 additions & 8 deletions add-ons/addon_overview.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion applications/manage_app_resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ From the console, you can create applications by using Git repositories, Helm re

- Git Channels can share a namespace with all other channel types: Helm, Object storage, and other Git namespaces.
- To configure a proxy server while managing applications, see link:../add-ons/cluster_wide_proxy.adoc#enable-cluster-wide-proxy-addon[Enabling cluster-wide proxy on existing cluster add-ons].
- To configure a proxy server while managing applications, see link:../klusterlet_add-ons/cluster_wide_proxy.adoc#enable-cluster-wide-proxy-addon[Enabling cluster-wide proxy on existing cluster add-ons].
See the following topics to start managing apps:

Expand Down
2 changes: 1 addition & 1 deletion clusters/release_notes/known_issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ If the `managed-serviceaccount` add-on is required, you can work around the issu

. Update the `managed-serviceaccount` `ManagedClusterAddon` in the local cluster namespace to use the `addonDeploymentConfig` custom resource you created.

See link:../../add-ons/configure_nodeselector_tolerations_addons.adoc#configure-nodeselector-tolerations-addons[Configuring nodeSelectors and tolerations for klusterlet add-ons] to learn more about how to use the `addonDeploymentConfig` custom resource to configure `tolerations` and `nodeSelector` for add-ons.
See link:../../klusterlet_add-ons/configure_nodeselector_tolerations_addons.adoc#configure-nodeselector-tolerations-addons[Configuring nodeSelectors and tolerations for klusterlet add-ons] to learn more about how to use the `addonDeploymentConfig` custom resource to configure `tolerations` and `nodeSelector` for add-ons.

[#bulk-destroy-kubevirt-hosted]
=== Bulk destroy option on KubeVirt hosted cluster does not destroy hosted cluster
Expand Down
8 changes: 8 additions & 0 deletions klusterlet_add-ons/addon_overview.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[#acm-managed-adv-config]
= Managed cluster klusterlet advanced configuration

With {acm} klusterlet add-ons, you can further configure your managed clusters to improve performance and add functionality to your applications. See the following enablement options:

* xref:../klusterlet_add-ons/klusterlet_managed.adoc#add-ons-klusterlet[Enabling klusterlet add-ons on clusters for cluster management]
* xref:../klusterlet_add-ons/configure_nodeselector_tolerations_addons.adoc#configure-nodeselector-tolerations-addons[Configuring nodeSelectors and tolerations for klusterlet add-ons]
* xref:../klusterlet_add-ons/cluster_wide_proxy.adoc#enable-cluster-wide-proxy-addon[Enabling cluster-wide proxy on existing cluster add-ons]
File renamed without changes.
2 changes: 1 addition & 1 deletion add-ons/docinfo.xml → klusterlet_add-ons/docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<productname>{acm}</productname>
<productnumber>{product-version}</productnumber>
<subtitle>Add-ons</subtitle>
<subtitle>klusterlet add-ons</subtitle>
<abstract>
<para>Read more to learn how to use add-ons for your cluster.</para>
</abstract>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion add-ons/main.adoc → klusterlet_add-ons/main.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include::modules/common-attributes.adoc[]

= Add-ons
= klusterlet_add-ons

include::addon_overview.adoc[leveloffset=+1]
include::klusterlet_managed.adoc[leveloffset=+2]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion observability/search_console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Provides access to all cluster data in the `search-indexer` through GraphQL and
| Stores collected data from all managed clusters in an instance of the PostgreSQL database.
|===

Search is configured by default on the hub cluster. When you provision or manually import a managed cluster, the `klusterlet-addon-search` is enabled. If you want to disable search on your managed cluster, see link:../add-ons/modify_endpoint.adoc#modifying-the-klusterlet-add-ons-settings-of-your-cluster[Modifying the klusterlet add-ons settings of your cluster] for more information.
Search is configured by default on the hub cluster. When you provision or manually import a managed cluster, the `klusterlet-addon-search` is enabled. If you want to disable search on your managed cluster, see link:../klusterlet_add-ons/modify_endpoint.adoc#modifying-the-klusterlet-add-ons-settings-of-your-cluster[Modifying the klusterlet add-ons settings of your cluster] for more information.

[#search-customization]
== Search customization and configurations
Expand Down

0 comments on commit b4d09f2

Please sign in to comment.