Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://issues.redhat.com/browse/ACM-14737-foldername and links #7347

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
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
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
Loading