From f1bc81b57af8ff1d9e5c2ba09e540180729a4d6a Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Thu, 17 Apr 2025 10:00:18 +0800 Subject: [PATCH] Ensure docs/ examples have description and keywords on all pages --- Makefile | 4 ++-- docs/about/01_overview.adoc | 4 ++-- docs/about/02_introduction.adoc | 4 +++- docs/about/03_quickstart.adoc | 4 +++- docs/about/05_upgrade.adoc | 4 +++- docs/applications/010_overview.adoc | 4 +++- docs/applications/020_build_application.adoc | 4 +++- docs/applications/030_deploy_application.adoc | 2 ++ docs/applications/032_rolling_upgrade.adoc | 4 +++- docs/applications/040_application_main.adoc | 2 ++ docs/applications/050_application_args.adoc | 2 ++ docs/applications/060_application_working_dir.adoc | 4 +++- docs/applications/070_spring.adoc | 2 ++ docs/applications/080_entrypoint.adoc | 2 ++ docs/coherence/010_overview.adoc | 4 +++- docs/coherence/020_cluster_name.adoc | 4 +++- docs/coherence/021_member_identity.adoc | 4 +++- docs/coherence/030_cache_config.adoc | 4 +++- docs/coherence/040_override_file.adoc | 4 +++- docs/coherence/050_storage_enabled.adoc | 5 ++++- docs/coherence/060_log_level.adoc | 4 +++- docs/coherence/070_wka.adoc | 5 ++++- docs/coherence/080_persistence.adoc | 4 +++- docs/coherence/090_ipmonitor.adoc | 5 ++++- docs/installation/01_installation.adoc | 2 ++ docs/installation/02_pre_release_versions.adoc | 4 +++- docs/installation/04_obtain_coherence_images.adoc | 3 +++ docs/installation/05_private_repos.adoc | 4 +++- docs/installation/06_openshift.adoc | 4 +++- docs/installation/07_webhooks.adoc | 4 +++- docs/installation/08_networking.adoc | 4 +++- docs/installation/09_RBAC.adoc | 4 +++- docs/jvm/010_overview.adoc | 4 +++- docs/jvm/020_classpath.adoc | 4 +++- docs/jvm/030_jvm_args.adoc | 4 +++- docs/jvm/040_gc.adoc | 4 +++- docs/jvm/050_memory.adoc | 4 +++- docs/jvm/070_debugger.adoc | 5 ++++- docs/jvm/090_container_limits.adoc | 4 +++- docs/logging/010_overview.adoc | 4 +++- docs/logging/020_logging.adoc | 5 ++++- docs/logging/030_kibana.adoc | 4 +++- docs/management/010_overview.adoc | 4 +++- docs/management/020_management_over_rest.adoc | 4 +++- docs/management/025_coherence_cli.adoc | 4 +++- docs/management/026_queryplus.adoc | 4 +++- docs/management/027_jshell.adoc | 4 +++- docs/management/040_ssl.adoc | 5 ++++- docs/management/100_tmb_test.adoc | 4 +++- docs/metrics/010_overview.adoc | 4 +++- docs/metrics/020_metrics.adoc | 4 +++- docs/metrics/030_importing.adoc | 5 ++++- docs/metrics/040_dashboards.adoc | 4 +++- docs/metrics/050_ssl.adoc | 4 +++- docs/networking/010_overview.adoc | 2 ++ docs/networking/020_dual_stack.adoc | 4 +++- docs/ordering/010_overview.adoc | 4 +++- docs/other/010_overview.adoc | 4 +++- docs/other/020_environment.adoc | 4 +++- docs/other/030_labels.adoc | 4 +++- docs/other/040_annotations.adoc | 4 +++- docs/other/041_global_labels.adoc | 4 +++- docs/other/045_security_context.adoc | 4 +++- docs/other/050_configmap_volumes.adoc | 4 +++- docs/other/060_secret_volumes.adoc | 5 ++++- docs/other/070_add_volumes.adoc | 4 +++- docs/other/080_add_containers.adoc | 4 +++- docs/other/090_pod_scheduling.adoc | 4 +++- docs/other/100_resources.adoc | 4 +++- docs/other/110_readiness.adoc | 4 +++- docs/performance/010_performance.adoc | 4 +++- docs/ports/010_overview.adoc | 4 +++- docs/ports/020_container_ports.adoc | 4 +++- docs/ports/030_services.adoc | 5 ++++- docs/ports/040_servicemonitors.adoc | 4 +++- docs/scaling/010_overview.adoc | 4 +++- docs/troubleshooting/01_trouble-shooting.adoc | 4 +++- docs/troubleshooting/02_heap_dump.adoc | 4 +++- docs/webhooks/01_introduction.adoc | 4 +++- 79 files changed, 237 insertions(+), 73 deletions(-) diff --git a/Makefile b/Makefile index c42d0f71a..b6793dfc8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------------------------------------------------- -# Copyright (c) 2019, 2024, Oracle and/or its affiliates. +# Copyright (c) 2019, 2025, Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at # http://oss.oracle.com/licenses/upl. # @@ -2935,7 +2935,7 @@ test-docs: docs serve-docs: @echo "Serving documentation on http://localhost:8080" cd $(BUILD_OUTPUT)/docs; \ - python -m SimpleHTTPServer 8080 + python3 -m http.server 8080 # ====================================================================================================================== # Release targets diff --git a/docs/about/01_overview.adoc b/docs/about/01_overview.adoc index 637d688db..c70e0973b 100644 --- a/docs/about/01_overview.adoc +++ b/docs/about/01_overview.adoc @@ -1,13 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview -:description: Coherence Operator documentation +:description: Coherence Operator Documentation :keywords: oracle coherence, kubernetes, operator, documentation == Get Going diff --git a/docs/about/02_introduction.adoc b/docs/about/02_introduction.adoc index 573423169..c0f5e26a9 100644 --- a/docs/about/02_introduction.adoc +++ b/docs/about/02_introduction.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Operator Introduction +:description: Coherence Operator Documentation - Introduction +:keywords: oracle coherence, kubernetes, operator, documentation, introduction == What is the Coherence Operator? The Coherence Operator is a https://kubernetes.io/docs/concepts/extend-kubernetes/operator/[Kubernetes Operator] that diff --git a/docs/about/03_quickstart.adoc b/docs/about/03_quickstart.adoc index a75a23244..80c5deb00 100644 --- a/docs/about/03_quickstart.adoc +++ b/docs/about/03_quickstart.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Quick Start +:description: Coherence Operator Documentation - Quick Start +:keywords: oracle coherence, kubernetes, operator, documentation, quick start This guide is a simple set of steps to install the Coherence Operator and then use that to install a simple Coherence cluster. diff --git a/docs/about/05_upgrade.adoc b/docs/about/05_upgrade.adoc index fdb5ecd42..9d8311226 100644 --- a/docs/about/05_upgrade.adoc +++ b/docs/about/05_upgrade.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Upgrade from Version 2 +:description: Coherence Operator Documentation - Upgrade from Version 2 +:keywords: oracle coherence, kubernetes, operator, documentation, upgrade, version 2, version 3 == Upgrading from Operator v2 diff --git a/docs/applications/010_overview.adoc b/docs/applications/010_overview.adoc index ff92fd994..71a585c5a 100644 --- a/docs/applications/010_overview.adoc +++ b/docs/applications/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Application Deployment +:keywords: oracle coherence, kubernetes, operator, documentation, application deployment, deployment == Overview diff --git a/docs/applications/020_build_application.adoc b/docs/applications/020_build_application.adoc index faa20281b..eda5ae7d3 100644 --- a/docs/applications/020_build_application.adoc +++ b/docs/applications/020_build_application.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Build Application Images +:description: Coherence Operator Documentation - Build Application Images +:keywords: oracle coherence, kubernetes, operator, documentation, Build Application Images, build == Build Custom Application Images diff --git a/docs/applications/030_deploy_application.adoc b/docs/applications/030_deploy_application.adoc index 28741fab4..7580008d1 100644 --- a/docs/applications/030_deploy_application.adoc +++ b/docs/applications/030_deploy_application.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Deploy Coherence Applications +:description: Coherence Operator Documentation - Deploy Coherence Applications +:keywords: oracle coherence, kubernetes, operator, documentation, Deploy Coherence Applications == Deploy Coherence Applications diff --git a/docs/applications/032_rolling_upgrade.adoc b/docs/applications/032_rolling_upgrade.adoc index 0c64eb262..fb22f6d98 100644 --- a/docs/applications/032_rolling_upgrade.adoc +++ b/docs/applications/032_rolling_upgrade.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2024, Oracle and/or its affiliates. + Copyright (c) 2024, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Rolling Upgrades of Coherence Applications +:description: Coherence Operator Documentation - Rolling Upgrades of Coherence Applications +:keywords: oracle coherence, kubernetes, operator, documentation, rolling upgrades == Rolling Upgrades of Coherence Applications diff --git a/docs/applications/040_application_main.adoc b/docs/applications/040_application_main.adoc index 3a3d29cc6..da6c7c511 100644 --- a/docs/applications/040_application_main.adoc +++ b/docs/applications/040_application_main.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Set the Application Main +:description: Coherence Operator Documentation - Set the Application Main +:keywords: oracle coherence, kubernetes, operator, documentation, set application main == Set the Application Main diff --git a/docs/applications/050_application_args.adoc b/docs/applications/050_application_args.adoc index ca5025205..6a495b67c 100644 --- a/docs/applications/050_application_args.adoc +++ b/docs/applications/050_application_args.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Set Application Arguments +:description: Coherence Operator Documentation - Set Application Arguments +:keywords: oracle coherence, kubernetes, operator, documentation, set application arguments == Set Application Arguments diff --git a/docs/applications/060_application_working_dir.adoc b/docs/applications/060_application_working_dir.adoc index 2f6897959..f1ffd871a 100644 --- a/docs/applications/060_application_working_dir.adoc +++ b/docs/applications/060_application_working_dir.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Set the Working Directory +:description: Coherence Operator Documentation - Set the Working Directory +:keywords: oracle coherence, kubernetes, operator, documentation, Set the Working Directory == Set the Working Directory diff --git a/docs/applications/070_spring.adoc b/docs/applications/070_spring.adoc index 206b0306f..787d0eab7 100644 --- a/docs/applications/070_spring.adoc +++ b/docs/applications/070_spring.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Spring Boot Applications +:description: Coherence Operator Documentation - Spring Boot Applications +:keywords: oracle coherence, kubernetes, operator, documentation, Spring Boot Applications == Spring Boot Applications diff --git a/docs/applications/080_entrypoint.adoc b/docs/applications/080_entrypoint.adoc index 9dc14ea2d..2c3690b8e 100644 --- a/docs/applications/080_entrypoint.adoc +++ b/docs/applications/080_entrypoint.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Run an Image Entry Point +:description: Coherence Operator Documentation - Run an Image Entry Point +:keywords: oracle coherence, kubernetes, operator, documentation, Run an Image Entry Point == Run an Image Entry Point diff --git a/docs/coherence/010_overview.adoc b/docs/coherence/010_overview.adoc index a6102515e..fe19cdaf8 100644 --- a/docs/coherence/010_overview.adoc +++ b/docs/coherence/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Coherence Settings +:keywords: oracle coherence, kubernetes, operator, documentation, coherence settings The `Coherence` resource has a number of fields to configure the behaviour of `Coherence`, these fields are in the `spec.coherence` section of the CRD. diff --git a/docs/coherence/020_cluster_name.adoc b/docs/coherence/020_cluster_name.adoc index 2f636382a..58f475926 100644 --- a/docs/coherence/020_cluster_name.adoc +++ b/docs/coherence/020_cluster_name.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Cluster Name +:description: Coherence Operator Documentation - Set Coherence Cluster Name +:keywords: oracle coherence, kubernetes, operator, documentation, set coherence cluster name, cluster name == Set Coherence Cluster Name diff --git a/docs/coherence/021_member_identity.adoc b/docs/coherence/021_member_identity.adoc index 044124c77..45f89b51e 100644 --- a/docs/coherence/021_member_identity.adoc +++ b/docs/coherence/021_member_identity.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Member Identity +:description: Coherence Operator Documentation - Member Identity +:keywords: oracle coherence, kubernetes, operator, documentation, member identity, member == Member Identity diff --git a/docs/coherence/030_cache_config.adoc b/docs/coherence/030_cache_config.adoc index f5fbd1df5..b9e10e10d 100644 --- a/docs/coherence/030_cache_config.adoc +++ b/docs/coherence/030_cache_config.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Cache Configuration File +:description: Coherence Operator Documentation - Set the Cache Configuration File +:keywords: oracle coherence, kubernetes, operator, documentation, Cache Configuration File, cache configuration == Set the Cache Configuration File Name diff --git a/docs/coherence/040_override_file.adoc b/docs/coherence/040_override_file.adoc index 7b5182d6b..32da74782 100644 --- a/docs/coherence/040_override_file.adoc +++ b/docs/coherence/040_override_file.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Operational Configuration File +:description: Coherence Operator Documentation - Set the Operational Configuration File +:keywords: oracle coherence, kubernetes, operator, documentation, Cache Operational Configuration File, operational configuration == Set the Operational Configuration File Name diff --git a/docs/coherence/050_storage_enabled.adoc b/docs/coherence/050_storage_enabled.adoc index 8809a7bfc..f9d974e47 100644 --- a/docs/coherence/050_storage_enabled.adoc +++ b/docs/coherence/050_storage_enabled.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Storage Enabled or Disabled +:description: Coherence Operator Documentation - Storage Enabled or Disabled Deployments +:keywords: oracle coherence, kubernetes, operator, documentation, Storage Enabled or Disabled Deployments + == Storage Enabled or Disabled Deployments Partitioned cache services that manage Coherence caches are configured as storage enabled or storage disabled. diff --git a/docs/coherence/060_log_level.adoc b/docs/coherence/060_log_level.adoc index da2efd77d..c3e27c91d 100644 --- a/docs/coherence/060_log_level.adoc +++ b/docs/coherence/060_log_level.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Log Level +:description: Coherence Operator Documentation - Set the Coherence Log Level +:keywords: oracle coherence, kubernetes, operator, documentation, Set the Coherence Log Level == Set the Coherence Log Level Logging granularity in Coherence is controlled by a log level, that is a number between one and nine, diff --git a/docs/coherence/070_wka.adoc b/docs/coherence/070_wka.adoc index f17e63718..a1e80671c 100644 --- a/docs/coherence/070_wka.adoc +++ b/docs/coherence/070_wka.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Well Known Addressing +:description: Coherence Operator Documentation - Well Known Addressing and Cluster Discovery +:keywords: oracle coherence, kubernetes, operator, documentation, Well Known Addressing and Cluster Discovery, WKA + == Well Known Addressing and Cluster Discovery diff --git a/docs/coherence/080_persistence.adoc b/docs/coherence/080_persistence.adoc index e56c1870a..d85367c94 100644 --- a/docs/coherence/080_persistence.adoc +++ b/docs/coherence/080_persistence.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Persistence +:description: Coherence Operator Documentation - Configure Coherence Persistence +:keywords: oracle coherence, kubernetes, operator, documentation, configure Coherence Persistence, persistence Coherence persistence is a set of tools and technologies that manage the persistence and recovery of Coherence distributed caches. Cached data can be persisted so that it can be quickly recovered after a catastrophic failure diff --git a/docs/coherence/090_ipmonitor.adoc b/docs/coherence/090_ipmonitor.adoc index acd67cac6..0aa649290 100644 --- a/docs/coherence/090_ipmonitor.adoc +++ b/docs/coherence/090_ipmonitor.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence IPMonitor +:description: Coherence Operator Documentation - Coherence IPMonitor +:keywords: oracle coherence, kubernetes, operator, documentation, IPMonitor + == Coherence IPMonitor diff --git a/docs/installation/01_installation.adoc b/docs/installation/01_installation.adoc index c438898f6..ba00c8aab 100644 --- a/docs/installation/01_installation.adoc +++ b/docs/installation/01_installation.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Coherence Operator Installation +:description: Coherence Operator Documentation - Coherence Operator Installation +:keywords: oracle coherence, kubernetes, operator, documentation, Coherence Operator Installation The Coherence Operator is available as an image from the GitHub container registry `container-registry.oracle.com/middleware/coherence-operator:{operator-version}` that can easily be installed into a Kubernetes cluster. diff --git a/docs/installation/02_pre_release_versions.adoc b/docs/installation/02_pre_release_versions.adoc index 2b6be8d9d..51d0b039a 100644 --- a/docs/installation/02_pre_release_versions.adoc +++ b/docs/installation/02_pre_release_versions.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Accessing Pre-Release Versions +:description: Coherence Operator Documentation - Accessing Pre-Release Versions +:keywords: oracle coherence, kubernetes, operator, documentation, Accessing Pre-Release Versions Pre-release version of the Coherence Operator are made available from time to time. diff --git a/docs/installation/04_obtain_coherence_images.adoc b/docs/installation/04_obtain_coherence_images.adoc index 06fd6418b..50f77894c 100644 --- a/docs/installation/04_obtain_coherence_images.adoc +++ b/docs/installation/04_obtain_coherence_images.adoc @@ -7,6 +7,9 @@ /////////////////////////////////////////////////////////////////////////////// = Obtain Coherence Images +:description: Coherence Operator Documentation - Obtain Coherence Images +:keywords: oracle coherence, kubernetes, operator, documentation, Obtain Coherence Images, images + For most use-cases we expect the developer to provide a suitable Coherence application image to be run by the operator. For POCs, demos and experimentation the Coherence Operator uses the OSS Coherence CE image diff --git a/docs/installation/05_private_repos.adoc b/docs/installation/05_private_repos.adoc index 24f4c2ed8..b9e925936 100644 --- a/docs/installation/05_private_repos.adoc +++ b/docs/installation/05_private_repos.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Using Private Image Registries +:description: Coherence Operator Documentation - Using Private Image Registries +:keywords: oracle coherence, kubernetes, operator, documentation, Private Image Registries, registry == Using Private Image Registries diff --git a/docs/installation/06_openshift.adoc b/docs/installation/06_openshift.adoc index e5b1b499f..8c71a3075 100644 --- a/docs/installation/06_openshift.adoc +++ b/docs/installation/06_openshift.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Clusters on OpenShift +:description: Coherence Operator Documentation - Coherence Clusters on OpenShift +:keywords: oracle coherence, kubernetes, operator, documentation, OpenShift == Coherence Clusters on OpenShift diff --git a/docs/installation/07_webhooks.adoc b/docs/installation/07_webhooks.adoc index 9d54ff574..0ccd5bd14 100644 --- a/docs/installation/07_webhooks.adoc +++ b/docs/installation/07_webhooks.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Operator Web-Hooks +:description: Coherence Operator Documentation - Operator Web-Hooks +:keywords: oracle coherence, kubernetes, operator, documentation, Web-Hooks == Operator Web-Hooks diff --git a/docs/installation/08_networking.adoc b/docs/installation/08_networking.adoc index 45a9641a3..fcc46235e 100644 --- a/docs/installation/08_networking.adoc +++ b/docs/installation/08_networking.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = O/S Networking Configuration +:description: Coherence Operator Documentation - O/S Networking Configuration +:keywords: oracle coherence, kubernetes, operator, documentation, Networking, Configuration == O/S Networking Configuration diff --git a/docs/installation/09_RBAC.adoc b/docs/installation/09_RBAC.adoc index 4b457d915..b95490830 100644 --- a/docs/installation/09_RBAC.adoc +++ b/docs/installation/09_RBAC.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = RBAC Roles +:description: Coherence Operator Documentation - RBAC Roles +:keywords: oracle coherence, kubernetes, operator, documentation, RBAC, Roles == RBAC Roles diff --git a/docs/jvm/010_overview.adoc b/docs/jvm/010_overview.adoc index c2b7855ae..698a9ccb6 100644 --- a/docs/jvm/010_overview.adoc +++ b/docs/jvm/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - JVM Settings +:keywords: oracle coherence, kubernetes, operator, documentation, JVM, Settings == Overview diff --git a/docs/jvm/020_classpath.adoc b/docs/jvm/020_classpath.adoc index 1fd8f876c..a2c1d0da6 100644 --- a/docs/jvm/020_classpath.adoc +++ b/docs/jvm/020_classpath.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2021, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Set the Classpath +:description: Coherence Operator Documentation - Set the Classpath +:keywords: oracle coherence, kubernetes, operator, documentation, Classpath == Set the Classpath diff --git a/docs/jvm/030_jvm_args.adoc b/docs/jvm/030_jvm_args.adoc index 508ca6f83..33cce222d 100644 --- a/docs/jvm/030_jvm_args.adoc +++ b/docs/jvm/030_jvm_args.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2021, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Arbitrary JVM Arguments +:description: Coherence Operator Documentation - Arbitrary JVM Arguments +:keywords: oracle coherence, kubernetes, operator, documentation, Arbitrary, JVM, Arguments == Adding Arbitrary JVM Arguments diff --git a/docs/jvm/040_gc.adoc b/docs/jvm/040_gc.adoc index 7a3ce7556..297540e97 100644 --- a/docs/jvm/040_gc.adoc +++ b/docs/jvm/040_gc.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2022, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Garbage Collector Settings +:description: Coherence Operator Documentation - Garbage Collector Settings +:keywords: oracle coherence, kubernetes, operator, documentation, Garbage Collector == Garbage Collector Settings diff --git a/docs/jvm/050_memory.adoc b/docs/jvm/050_memory.adoc index 69301504e..7cbe0e6eb 100644 --- a/docs/jvm/050_memory.adoc +++ b/docs/jvm/050_memory.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Heap & Memory Settings +:description: Coherence Operator Documentation - Heap & Memory Settings +:keywords: oracle coherence, kubernetes, operator, documentation, Heap, Memory, Settings == Heap & Memory Settings diff --git a/docs/jvm/070_debugger.adoc b/docs/jvm/070_debugger.adoc index 9fc5f9e5d..e7f63bc39 100644 --- a/docs/jvm/070_debugger.adoc +++ b/docs/jvm/070_debugger.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Debugger Configuration +:description: Coherence Operator Documentation - Debugger Configuration +:keywords: oracle coherence, kubernetes, operator, documentation, Debugger, Configuration + == Debugger Configuration diff --git a/docs/jvm/090_container_limits.adoc b/docs/jvm/090_container_limits.adoc index 6854569ec..4c1915f74 100644 --- a/docs/jvm/090_container_limits.adoc +++ b/docs/jvm/090_container_limits.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Container Resource Limits +:description: Coherence Operator Documentation - Container Resource Limits +:keywords: oracle coherence, kubernetes, operator, documentation, Container, Resource Limits == Respect Container Resource Limits diff --git a/docs/logging/010_overview.adoc b/docs/logging/010_overview.adoc index 920f9c78f..256a85a48 100644 --- a/docs/logging/010_overview.adoc +++ b/docs/logging/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Logging Overview +:keywords: oracle coherence, kubernetes, operator, documentation, Logging, Overview == Overview diff --git a/docs/logging/020_logging.adoc b/docs/logging/020_logging.adoc index 875e381c7..cf00bf50f 100644 --- a/docs/logging/020_logging.adoc +++ b/docs/logging/020_logging.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Log Capture with Fluentd +:description: Coherence Operator Documentation - Log Capture with Fluentd +:keywords: oracle coherence, kubernetes, operator, documentation, Log Capture, Fluentd + == Log Capture with Fluentd diff --git a/docs/logging/030_kibana.adoc b/docs/logging/030_kibana.adoc index 840e6c236..c3fe9a4a9 100644 --- a/docs/logging/030_kibana.adoc +++ b/docs/logging/030_kibana.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Using Kibana Dashboards +:description: Coherence Operator Documentation - Using Kibana Dashboards +:keywords: oracle coherence, kubernetes, operator, documentation, Kibana, Dashboards == Using Kibana Dashboards diff --git a/docs/management/010_overview.adoc b/docs/management/010_overview.adoc index aea63ced1..1b68c288f 100644 --- a/docs/management/010_overview.adoc +++ b/docs/management/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Management Overview +:keywords: oracle coherence, kubernetes, operator, documentation, management == Overview diff --git a/docs/management/020_management_over_rest.adoc b/docs/management/020_management_over_rest.adoc index 29a17f900..381ee15b3 100644 --- a/docs/management/020_management_over_rest.adoc +++ b/docs/management/020_management_over_rest.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Management over REST +:description: Coherence Operator Documentation - Management over REST +:keywords: oracle coherence, kubernetes, operator, Management, REST == Management over REST diff --git a/docs/management/025_coherence_cli.adoc b/docs/management/025_coherence_cli.adoc index e2cc3b8d0..eee509c4c 100644 --- a/docs/management/025_coherence_cli.adoc +++ b/docs/management/025_coherence_cli.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2023, Oracle and/or its affiliates. + Copyright (c) 2023, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = The Coherence CLI +:description: Coherence Operator Documentation - Coherence CLI +:keywords: oracle coherence, kubernetes, operator, coherence-cli, cli == The Coherence CLI diff --git a/docs/management/026_queryplus.adoc b/docs/management/026_queryplus.adoc index 039504d42..ff7cd0c8f 100644 --- a/docs/management/026_queryplus.adoc +++ b/docs/management/026_queryplus.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2023, Oracle and/or its affiliates. + Copyright (c) 2023, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = The Coherence Query Plus +:description: Coherence Operator Documentation - Coherence Query Plus +:keywords: oracle coherence, kubernetes, operator, Query Plus, cohql == The Coherence Query Plus diff --git a/docs/management/027_jshell.adoc b/docs/management/027_jshell.adoc index 6155e1420..687833eb4 100644 --- a/docs/management/027_jshell.adoc +++ b/docs/management/027_jshell.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2023, Oracle and/or its affiliates. + Copyright (c) 2023, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Using JShell +:description: Coherence Operator Documentation - Using JShell +:keywords: oracle coherence, kubernetes, operator, management, jshell == Using JShell diff --git a/docs/management/040_ssl.adoc b/docs/management/040_ssl.adoc index fd0b1cd9a..e6230d344 100644 --- a/docs/management/040_ssl.adoc +++ b/docs/management/040_ssl.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = SSL with Management over REST +:description: Coherence Operator Documentation - SSL with Management over REST +:keywords: oracle coherence, kubernetes, operator, management, REST, SSL, TLS + == SSL with Management over REST diff --git a/docs/management/100_tmb_test.adoc b/docs/management/100_tmb_test.adoc index f3203bc5c..6ad16d86b 100644 --- a/docs/management/100_tmb_test.adoc +++ b/docs/management/100_tmb_test.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Network Testing +:description: Coherence Operator Documentation - Coherence Network Testing +:keywords: oracle coherence, kubernetes, operator, management, network test == Coherence Network Testing diff --git a/docs/metrics/010_overview.adoc b/docs/metrics/010_overview.adoc index cd0cd8163..7de961533 100644 --- a/docs/metrics/010_overview.adoc +++ b/docs/metrics/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2021, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Metrics Overview +:keywords: oracle coherence, kubernetes, operator, metrics, overview == Overview diff --git a/docs/metrics/020_metrics.adoc b/docs/metrics/020_metrics.adoc index 38e7e3d6e..9219ff5f1 100644 --- a/docs/metrics/020_metrics.adoc +++ b/docs/metrics/020_metrics.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Publish Metrics +:description: Coherence Operator Documentation - Publish Metrics +:keywords: oracle coherence, kubernetes, operator, metrics, publish == Publish Metrics diff --git a/docs/metrics/030_importing.adoc b/docs/metrics/030_importing.adoc index 21eafb935..4ebe0249c 100644 --- a/docs/metrics/030_importing.adoc +++ b/docs/metrics/030_importing.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Import the Grafana Dashboards +:description: Coherence Operator Documentation - Import the Grafana Dashboards +:keywords: oracle coherence, kubernetes, operator, metrics, grafana, dashboards, import + == Importing the Coherence Dashboards diff --git a/docs/metrics/040_dashboards.adoc b/docs/metrics/040_dashboards.adoc index b41722681..d4a14f94d 100644 --- a/docs/metrics/040_dashboards.adoc +++ b/docs/metrics/040_dashboards.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Grafana Dashboards +:description: Coherence Operator Documentation - Coherence Grafana Dashboards +:keywords: oracle coherence, kubernetes, operator, metrics, grafana, dashboards The Coherence Operator provides detailed Grafana dashboards to provide insight into your running Coherence Clusters. diff --git a/docs/metrics/050_ssl.adoc b/docs/metrics/050_ssl.adoc index 4cae898b6..8604a5ee3 100644 --- a/docs/metrics/050_ssl.adoc +++ b/docs/metrics/050_ssl.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = SSL with Metrics +:description: Coherence Operator Documentation - SSL with Metrics +:keywords: oracle coherence, kubernetes, operator, metrics, ssl, tls == SSL with Metrics diff --git a/docs/networking/010_overview.adoc b/docs/networking/010_overview.adoc index b22abe254..58273f779 100644 --- a/docs/networking/010_overview.adoc +++ b/docs/networking/010_overview.adoc @@ -7,6 +7,8 @@ /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Networking Overview +:keywords: oracle coherence, kubernetes, operator, networking, network == Overview diff --git a/docs/networking/020_dual_stack.adoc b/docs/networking/020_dual_stack.adoc index 8d201d450..2ac149ee2 100644 --- a/docs/networking/020_dual_stack.adoc +++ b/docs/networking/020_dual_stack.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2024, Oracle and/or its affiliates. + Copyright (c) 2024, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Dual Stack Networking +:description: Coherence Operator Documentation - Dual Stack Networking +:keywords: oracle coherence, kubernetes, operator, networking, dual stack == Dual Stack Networking diff --git a/docs/ordering/010_overview.adoc b/docs/ordering/010_overview.adoc index b5fba34cd..d70e59c02 100644 --- a/docs/ordering/010_overview.adoc +++ b/docs/ordering/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Deployment Start Order +:description: Coherence Operator Documentation - Deployment Start Order +:keywords: oracle coherence, kubernetes, operator, deployment, start order, ordering == Coherence Deployment Dependencies and Start Order diff --git a/docs/other/010_overview.adoc b/docs/other/010_overview.adoc index e092611f5..e5c3218b0 100644 --- a/docs/other/010_overview.adoc +++ b/docs/other/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Other Settings +:keywords: oracle coherence, kubernetes, operator, settings == Overview diff --git a/docs/other/020_environment.adoc b/docs/other/020_environment.adoc index f408fce76..c694bd9bd 100644 --- a/docs/other/020_environment.adoc +++ b/docs/other/020_environment.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Environment Variables +:description: Coherence Operator Documentation - Environment Variables +:keywords: oracle coherence, kubernetes, operator, Environment Variables == Environment Variables diff --git a/docs/other/030_labels.adoc b/docs/other/030_labels.adoc index 06c40fab7..926670ef5 100644 --- a/docs/other/030_labels.adoc +++ b/docs/other/030_labels.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Pod Labels +:description: Coherence Operator Documentation - Pod Labels +:keywords: oracle coherence, kubernetes, operator, pod, labels == Pod Labels diff --git a/docs/other/040_annotations.adoc b/docs/other/040_annotations.adoc index 23f9366da..fe4fe300a 100644 --- a/docs/other/040_annotations.adoc +++ b/docs/other/040_annotations.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Adding Annotations +:description: Coherence Operator Documentation - Adding Annotations +:keywords: oracle coherence, kubernetes, operator, annotations Annotations can be added to the Coherence cluster's `StatefulSet` and the `Pods`. See the official diff --git a/docs/other/041_global_labels.adoc b/docs/other/041_global_labels.adoc index e73686168..953227026 100644 --- a/docs/other/041_global_labels.adoc +++ b/docs/other/041_global_labels.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Global Labels and Annotations +:description: Coherence Operator Documentation - Global Labels and Annotations +:keywords: oracle coherence, kubernetes, operator, annotations, global labels == Global Labels and Annotations diff --git a/docs/other/045_security_context.adoc b/docs/other/045_security_context.adoc index b1e939228..bde70e6c9 100644 --- a/docs/other/045_security_context.adoc +++ b/docs/other/045_security_context.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Pod & Container SecurityContext +:description: Coherence Operator Documentation - Pod & Container SecurityContexts +:keywords: oracle coherence, kubernetes, operator, pod sercurtyContext, container sercurtyContext == Pod & Container SecurityContext diff --git a/docs/other/050_configmap_volumes.adoc b/docs/other/050_configmap_volumes.adoc index bb7a33c12..ae42c8c55 100644 --- a/docs/other/050_configmap_volumes.adoc +++ b/docs/other/050_configmap_volumes.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Add ConfigMap Volumes +:description: Coherence Operator Documentation - Add ConfigMap Volumes +:keywords: oracle coherence, kubernetes, operator, configmap, volumes Additional `Volumes` and `VolumeMounts` from `ConfigMaps` can easily be added to a `Coherence` resource. diff --git a/docs/other/060_secret_volumes.adoc b/docs/other/060_secret_volumes.adoc index 8570981a3..0c2b86b1d 100644 --- a/docs/other/060_secret_volumes.adoc +++ b/docs/other/060_secret_volumes.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Add Secrets Volumes +:description: Coherence Operator Documentation - Add Secrets Volumes +:keywords: oracle coherence, kubernetes, operator, secrets, volumes + Additional `Volumes` and `VolumeMounts` from `Secrets` can easily be added to a `Coherence` resource. diff --git a/docs/other/070_add_volumes.adoc b/docs/other/070_add_volumes.adoc index 645bb2fb6..07726904a 100644 --- a/docs/other/070_add_volumes.adoc +++ b/docs/other/070_add_volumes.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Add Pod Volumes +:description: Coherence Operator Documentation - Add Pod Volumes +:keywords: oracle coherence, kubernetes, operator, pod, volumes == Add Pod Volumes diff --git a/docs/other/080_add_containers.adoc b/docs/other/080_add_containers.adoc index 3ef741257..36fc50420 100644 --- a/docs/other/080_add_containers.adoc +++ b/docs/other/080_add_containers.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Configure Additional Containers +:description: Coherence Operator Documentation - Configure Additional Containers +:keywords: oracle coherence, kubernetes, operator, additional containers == Configure Additional Containers diff --git a/docs/other/090_pod_scheduling.adoc b/docs/other/090_pod_scheduling.adoc index 3da233571..62dc11160 100644 --- a/docs/other/090_pod_scheduling.adoc +++ b/docs/other/090_pod_scheduling.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Configure Pod Scheduling +:description: Coherence Operator Documentation - Configure Pod Scheduling +:keywords: oracle coherence, kubernetes, operator, pod scheduling, scheduling == Configure Pod Scheduling diff --git a/docs/other/100_resources.adoc b/docs/other/100_resources.adoc index d6b8fccf9..62c7cca51 100644 --- a/docs/other/100_resources.adoc +++ b/docs/other/100_resources.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2024, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Container Resource Limits +:description: Coherence Operator Documentation - Container Resource Limits +:keywords: oracle coherence, kubernetes, operator, container, resource limits == Container Resource Limits diff --git a/docs/other/110_readiness.adoc b/docs/other/110_readiness.adoc index 234980c71..3821e5b5c 100644 --- a/docs/other/110_readiness.adoc +++ b/docs/other/110_readiness.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Readiness & Liveness Probes +:description: Coherence Operator Documentation - Readiness & Liveness Probes +:keywords: oracle coherence, kubernetes, operator, Readiness, Liveness, probes == Readiness & Liveness Probes diff --git a/docs/performance/010_performance.adoc b/docs/performance/010_performance.adoc index b18c4c55f..34561c347 100644 --- a/docs/performance/010_performance.adoc +++ b/docs/performance/010_performance.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Performance Testing +:description: Coherence Operator Documentation - Performance Testing +:keywords: oracle coherence, kubernetes, operator, Performance Testing == Performance Testing in Kubernetes diff --git a/docs/ports/010_overview.adoc b/docs/ports/010_overview.adoc index b40783e2f..2e9ed7758 100644 --- a/docs/ports/010_overview.adoc +++ b/docs/ports/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Overview +:description: Coherence Operator Documentation - Ports Overview +:keywords: oracle coherence, kubernetes, operator, ports == Overview diff --git a/docs/ports/020_container_ports.adoc b/docs/ports/020_container_ports.adoc index b5d3a81ee..4c843be75 100644 --- a/docs/ports/020_container_ports.adoc +++ b/docs/ports/020_container_ports.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Additional Container Ports +:description: Coherence Operator Documentation - Additional Container Ports +:keywords: oracle coherence, kubernetes, operator, additional container ports, container ports, ports == Additional Container Ports diff --git a/docs/ports/030_services.adoc b/docs/ports/030_services.adoc index d2e850985..45c2d9a7d 100644 --- a/docs/ports/030_services.adoc +++ b/docs/ports/030_services.adoc @@ -1,12 +1,15 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Configure Services for Ports +:description: Coherence Operator Documentation - Configure Services for Ports +:keywords: oracle coherence, kubernetes, operator, services, ports + == Configure Services for Ports diff --git a/docs/ports/040_servicemonitors.adoc b/docs/ports/040_servicemonitors.adoc index dd33ec5c9..e1dc18bf7 100644 --- a/docs/ports/040_servicemonitors.adoc +++ b/docs/ports/040_servicemonitors.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Prometheus ServiceMonitors +:description: Coherence Operator Documentation - Prometheus ServiceMonitors +:keywords: oracle coherence, kubernetes, operator, prometheus, serviceMonitors == Prometheus ServiceMonitors diff --git a/docs/scaling/010_overview.adoc b/docs/scaling/010_overview.adoc index 51f663ca2..4ed10e86d 100644 --- a/docs/scaling/010_overview.adoc +++ b/docs/scaling/010_overview.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, 2023, Oracle and/or its affiliates. + Copyright (c) 2020, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Scale Coherence Deployments +:description: Coherence Operator Documentation - Scale Coherence Deployments +:keywords: oracle coherence, kubernetes, operator, scale coehrence, scale deployments == Scale Coherence Deployments diff --git a/docs/troubleshooting/01_trouble-shooting.adoc b/docs/troubleshooting/01_trouble-shooting.adoc index 06966b365..7bfc5ac92 100644 --- a/docs/troubleshooting/01_trouble-shooting.adoc +++ b/docs/troubleshooting/01_trouble-shooting.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2023, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Troubleshooting Guide +:description: Coherence Operator Documentation - Troubleshooting Guide +:keywords: oracle coherence, kubernetes, operator, Troubleshooting Guide == Troubleshooting Guide diff --git a/docs/troubleshooting/02_heap_dump.adoc b/docs/troubleshooting/02_heap_dump.adoc index d943da75b..48588eabb 100644 --- a/docs/troubleshooting/02_heap_dump.adoc +++ b/docs/troubleshooting/02_heap_dump.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Capture Heap Dumps +:description: Coherence Operator Documentation - Capture Heap Dumps +:keywords: oracle coherence, kubernetes, operator, catpure, heap dumps == Capture Heap Dumps diff --git a/docs/webhooks/01_introduction.adoc b/docs/webhooks/01_introduction.adoc index af2f243ec..220aff5c7 100644 --- a/docs/webhooks/01_introduction.adoc +++ b/docs/webhooks/01_introduction.adoc @@ -1,12 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2020, Oracle and/or its affiliates. + Copyright (c) 2020, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Operator K8s Webhooks +:description: Coherence Operator Documentation - Operator K8s Webhooks +:keywords: oracle coherence, kubernetes, operator, K8s Webhooks, webhooks == Coherence Operator Kubernetes Web-Hooks