From a253268dc78fd6ba4ac2d3ebb4130536ea348ac8 Mon Sep 17 00:00:00 2001 From: tamal Date: Tue, 27 Mar 2018 16:50:52 -0700 Subject: [PATCH] Prepare docs for 6.0.0-rc.0 --- README.md | 8 +++---- chart/stable/searchlight/Chart.yaml | 2 +- chart/stable/searchlight/README.md | 4 ++-- chart/stable/searchlight/values.yaml | 4 ++-- docs/CHANGELOG.md | 20 ++++++++--------- docs/CONTRIBUTING.md | 8 +++---- docs/README.md | 10 ++++----- docs/_index.md | 4 ++-- docs/acknowledgement.md | 8 +++---- docs/concepts/README.md | 8 +++---- docs/concepts/_index.md | 4 ++-- docs/concepts/alert-types/_index.md | 4 ++-- docs/concepts/alert-types/cluster-alert.md | 4 ++-- docs/concepts/alert-types/node-alert.md | 4 ++-- docs/concepts/alert-types/pod-alert.md | 4 ++-- docs/concepts/what-is-searhclight/_index.md | 4 ++-- docs/concepts/what-is-searhclight/overview.md | 4 ++-- docs/guides/README.md | 8 +++---- docs/guides/_index.md | 4 ++-- docs/guides/cluster-alerts/_index.md | 4 ++-- docs/guides/cluster-alerts/ca_cert.md | 4 ++-- .../guides/cluster-alerts/component_status.md | 4 ++-- docs/guides/cluster-alerts/env.md | 4 ++-- docs/guides/cluster-alerts/event.md | 4 ++-- docs/guides/cluster-alerts/json_path.md | 4 ++-- docs/guides/cluster-alerts/node_exists.md | 4 ++-- docs/guides/cluster-alerts/pod_exists.md | 4 ++-- docs/guides/node-alerts/_index.md | 4 ++-- docs/guides/node-alerts/influx_query.md | 4 ++-- docs/guides/node-alerts/node_status.md | 4 ++-- docs/guides/node-alerts/node_volume.md | 4 ++-- docs/guides/notifiers.md | 4 ++-- docs/guides/pod-alerts/_index.md | 4 ++-- docs/guides/pod-alerts/influx_query.md | 4 ++-- docs/guides/pod-alerts/pod_exec.md | 4 ++-- docs/guides/pod-alerts/pod_status.md | 4 ++-- docs/guides/pod-alerts/pod_volume.md | 4 ++-- docs/reference/_index.md | 4 ++-- docs/reference/hostfacts/_index.md | 4 ++-- docs/reference/hostfacts/hostfacts.md | 8 +++---- docs/reference/hostfacts/hostfacts_run.md | 4 ++-- docs/reference/hostfacts/hostfacts_version.md | 4 ++-- docs/reference/hyperalert/_index.md | 4 ++-- docs/reference/hyperalert/hyperalert.md | 8 +++---- .../hyperalert/hyperalert_analytics_id.md | 4 ++-- .../hyperalert/hyperalert_check_ca_cert.md | 4 ++-- .../hyperalert/hyperalert_check_cert.md | 4 ++-- .../hyperalert_check_component_status.md | 4 ++-- .../hyperalert/hyperalert_check_env.md | 4 ++-- .../hyperalert/hyperalert_check_event.md | 4 ++-- .../hyperalert_check_influx_query.md | 4 ++-- .../hyperalert/hyperalert_check_json_path.md | 4 ++-- .../hyperalert_check_node_exists.md | 4 ++-- .../hyperalert_check_node_status.md | 4 ++-- .../hyperalert/hyperalert_check_pod_exec.md | 4 ++-- .../hyperalert/hyperalert_check_pod_exists.md | 4 ++-- .../hyperalert/hyperalert_check_pod_status.md | 4 ++-- .../hyperalert/hyperalert_check_volume.md | 4 ++-- .../hyperalert/hyperalert_notifier.md | 4 ++-- .../hyperalert/hyperalert_version.md | 4 ++-- docs/reference/searchlight/_index.md | 4 ++-- docs/reference/searchlight/searchlight.md | 8 +++---- .../searchlight/searchlight_configure.md | 4 ++-- docs/reference/searchlight/searchlight_run.md | 4 ++-- .../searchlight/searchlight_version.md | 4 ++-- docs/roadmap.md | 10 ++++----- docs/setup/README.md | 8 +++---- docs/setup/_index.md | 4 ++-- docs/setup/certificate.md | 4 ++-- docs/setup/developer-guide/_index.md | 4 ++-- docs/setup/developer-guide/overview.md | 4 ++-- docs/setup/developer-guide/release.md | 4 ++-- docs/setup/hostfacts.md | 6 ++--- docs/setup/install.md | 22 +++++++++---------- docs/setup/uninstall.md | 6 ++--- docs/support.md | 8 +++---- hack/deploy/operator.yaml | 4 ++-- hack/deploy/searchlight.sh | 10 ++++----- hack/gendocs/main.go | 2 +- test/e2e/framework/searchlight.go | 2 +- 80 files changed, 205 insertions(+), 205 deletions(-) diff --git a/README.md b/README.md index a7966597e..d12a4c382 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ Please pick a version of Searchlight that matches your Kubernetes installation. | Searchlight Version | Docs | Kubernetes Version | |------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------| -| [5.1.1](https://github.com/appscode/searchlight/releases/tag/5.1.1) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/5.1.1/welcome/) | 1.7.x+ | +| [6.0.0-rc.0](https://github.com/appscode/searchlight/releases/tag/6.0.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/6.0.0-rc.0/welcome/) | 1.7.x+ | | [3.0.1](https://github.com/appscode/searchlight/releases/tag/3.0.1) (uses TPR) | [User Guide](https://github.com/appscode/searchlight/tree/3.0.1/docs) | 1.5.x - 1.7.x | ## Installation -To install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/5.1.1/setup/install). +To install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/6.0.0-rc.0/setup/install). ## Using Searchlight -Want to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/5.1.1). +Want to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/6.0.0-rc.0). ## Contribution guidelines -Want to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/5.1.1/welcome/contributing). +Want to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/6.0.0-rc.0/welcome/contributing). --- diff --git a/chart/stable/searchlight/Chart.yaml b/chart/stable/searchlight/Chart.yaml index 789556122..44b7528d5 100755 --- a/chart/stable/searchlight/Chart.yaml +++ b/chart/stable/searchlight/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: 'Searchlight by AppsCode - Alerts for Kubernetes' name: searchlight version: 1.0.0 -appVersion: 6.0.0-alpha.0 +appVersion: 6.0.0-rc.0 home: https://github.com/appscode/searchlight icon: https://cdn.appscode.com/images/icon/searchlight.png sources: diff --git a/chart/stable/searchlight/README.md b/chart/stable/searchlight/README.md index ac6923998..1ec901baf 100644 --- a/chart/stable/searchlight/README.md +++ b/chart/stable/searchlight/README.md @@ -42,9 +42,9 @@ The following table lists the configurable parameters of the Searchlight chart a | Parameter | Description | Default | |---------------------------|-------------------------------------------------------------------|------------------------| | `operator.image` | operator container image | `appscode/searchlight` | -| `operator.tag` | operator image tag | `6.0.0-alpha.0` | +| `operator.tag` | operator image tag | `6.0.0-rc.0` | | `icinga.image` | icinga container image | `appscode/icinga` | -| `icinga.tag` | icinga container image tag | `6.0.0-alpha.0-k8s` | +| `icinga.tag` | icinga container image tag | `6.0.0-rc.0-k8s` | | `ido.image` | ido container image | `appscode/postgress` | | `ido.tag` | ido container image tag | `9.5-alpine` | | `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) | diff --git a/chart/stable/searchlight/values.yaml b/chart/stable/searchlight/values.yaml index cf42ef51b..02101ab9d 100644 --- a/chart/stable/searchlight/values.yaml +++ b/chart/stable/searchlight/values.yaml @@ -4,7 +4,7 @@ operator: image: appscode/searchlight - tag: 6.0.0-alpha.0 + tag: 6.0.0-rc.0 ido: image: appscode/postgres @@ -12,7 +12,7 @@ ido: icinga: image: appscode/icinga - tag: 6.0.0-alpha.0-k8s + tag: 6.0.0-rc.0-k8s ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ca348d2c6..af99951b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,24 +2,24 @@ title: Changelog | Searchlight description: Changelog menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: changelog-searchlight name: Changelog parent: welcome weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/changelog/ +url: /products/searchlight/6.0.0-rc.0/welcome/changelog/ aliases: - - /products/searchlight/6.0.0-alpha.0/CHANGELOG/ + - /products/searchlight/6.0.0-rc.0/CHANGELOG/ --- # Change Log ## [Unreleased](https://github.com/appscode/searchlight/tree/HEAD) -[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.1...HEAD) +[Full Changelog](https://github.com/appscode/searchlight/compare/6.0.0-rc.0...HEAD) **Implemented enhancements:** @@ -63,11 +63,11 @@ aliases: - Record incidents and notifications via CRD/EAS [\#296](https://github.com/appscode/searchlight/pull/296) ([tamalsaha](https://github.com/tamalsaha)) - Merge admission webhook and operator into one binary [\#291](https://github.com/appscode/searchlight/pull/291) ([tamalsaha](https://github.com/tamalsaha)) - Remove individual binaries for plugins [\#290](https://github.com/appscode/searchlight/pull/290) ([tamalsaha](https://github.com/tamalsaha)) -- Update readme to 5.1.1 release [\#287](https://github.com/appscode/searchlight/pull/287) ([tamalsaha](https://github.com/tamalsaha)) +- Update readme to 6.0.0-rc.0 release [\#287](https://github.com/appscode/searchlight/pull/287) ([tamalsaha](https://github.com/tamalsaha)) - Use workqueue [\#230](https://github.com/appscode/searchlight/pull/230) ([tamalsaha](https://github.com/tamalsaha)) -## [5.1.1](https://github.com/appscode/searchlight/tree/5.1.1) (2018-03-06) -[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.0...5.1.1) +## [6.0.0-rc.0](https://github.com/appscode/searchlight/tree/6.0.0-rc.0) (2018-03-06) +[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.0...6.0.0-rc.0) **Fixed bugs:** @@ -84,7 +84,7 @@ aliases: **Merged pull requests:** -- Prepare docs for 5.1.1 release [\#286](https://github.com/appscode/searchlight/pull/286) ([tamalsaha](https://github.com/tamalsaha)) +- Prepare docs for 6.0.0-rc.0 release [\#286](https://github.com/appscode/searchlight/pull/286) ([tamalsaha](https://github.com/tamalsaha)) - Make it clear that installer is a single command [\#284](https://github.com/appscode/searchlight/pull/284) ([tamalsaha](https://github.com/tamalsaha)) - Fix installer [\#283](https://github.com/appscode/searchlight/pull/283) ([tamalsaha](https://github.com/tamalsaha)) - Update chart to match RBAC best practices for charts [\#281](https://github.com/appscode/searchlight/pull/281) ([tamalsaha](https://github.com/tamalsaha)) @@ -100,7 +100,7 @@ aliases: - Use ${} form for onessl envsubst [\#269](https://github.com/appscode/searchlight/pull/269) ([tamalsaha](https://github.com/tamalsaha)) - Merge uninstall script into installer [\#268](https://github.com/appscode/searchlight/pull/268) ([tamalsaha](https://github.com/tamalsaha)) - Copy generic-admission-server into pkg [\#267](https://github.com/appscode/searchlight/pull/267) ([tamalsaha](https://github.com/tamalsaha)) -- Cut 6.0.0-alpha.0 [\#265](https://github.com/appscode/searchlight/pull/265) ([tamalsaha](https://github.com/tamalsaha)) +- Cut 6.0.0-rc.0 [\#265](https://github.com/appscode/searchlight/pull/265) ([tamalsaha](https://github.com/tamalsaha)) - Add ValidatingAdmissionWebhook for CRDs [\#264](https://github.com/appscode/searchlight/pull/264) ([tamalsaha](https://github.com/tamalsaha)) - Fix instructions for using private docker registry [\#263](https://github.com/appscode/searchlight/pull/263) ([tamalsaha](https://github.com/tamalsaha)) - Use installer script [\#262](https://github.com/appscode/searchlight/pull/262) ([tamalsaha](https://github.com/tamalsaha)) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ddbbd487c..12b506bd5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,17 +2,17 @@ title: Contributing | Searchlight description: Contributing menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: contributing-searchlight name: Contributing parent: welcome weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/contributing/ +url: /products/searchlight/6.0.0-rc.0/welcome/contributing/ aliases: - - /products/searchlight/6.0.0-alpha.0/CONTRIBUTING/ + - /products/searchlight/6.0.0-rc.0/CONTRIBUTING/ --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index 1502d0c17..e6f159b11 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,18 +2,18 @@ title: Weclome | Searchlight description: Welcome to Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: readme-searchlight name: Readme parent: welcome weight: -1 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/ +url: /products/searchlight/6.0.0-rc.0/welcome/ aliases: - - /products/searchlight/6.0.0-alpha.0/ - - /products/searchlight/6.0.0-alpha.0/README/ + - /products/searchlight/6.0.0-rc.0/ + - /products/searchlight/6.0.0-rc.0/README/ --- # Searchlight diff --git a/docs/_index.md b/docs/_index.md index 78dd5bd1d..553c41460 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,9 +2,9 @@ title: Docs | Searchlight description: Searchlight Docs menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: welcome name: Welcome weight: 10 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/acknowledgement.md b/docs/acknowledgement.md index 5f307fe61..c429ae7b1 100644 --- a/docs/acknowledgement.md +++ b/docs/acknowledgement.md @@ -2,17 +2,17 @@ title: Acknowledgement | Searchlight description: Acknowledgement menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: acknowledgement-searchlight name: Acknowledgement parent: welcome weight: 20 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/acknowledgement/ +url: /products/searchlight/6.0.0-rc.0/welcome/acknowledgement/ aliases: - - /products/searchlight/6.0.0-alpha.0/acknowledgement/ + - /products/searchlight/6.0.0-rc.0/acknowledgement/ --- # Acknowledgement diff --git a/docs/concepts/README.md b/docs/concepts/README.md index 62492dcf3..a5d59eab9 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,17 +1,17 @@ --- title: Concepts | Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: concepts-readme name: Readme parent: concepts weight: -1 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: concepts -url: /products/searchlight/6.0.0-alpha.0/concepts/ +url: /products/searchlight/6.0.0-rc.0/concepts/ aliases: - - /products/searchlight/6.0.0-alpha.0/concepts/README/ + - /products/searchlight/6.0.0-rc.0/concepts/README/ --- # Concepts diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index e3625bcd6..d7bd2369a 100644 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -2,9 +2,9 @@ title: Concepts description: Searchlight Concepts menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: concepts name: Concepts weight: 20 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/concepts/alert-types/_index.md b/docs/concepts/alert-types/_index.md index 7db2cde5a..3056cae85 100644 --- a/docs/concepts/alert-types/_index.md +++ b/docs/concepts/alert-types/_index.md @@ -2,10 +2,10 @@ title: Types of Alerts description: Types of Alerts menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: alert-types parent: concepts name: Types of Alerts weight: 15 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/concepts/alert-types/cluster-alert.md b/docs/concepts/alert-types/cluster-alert.md index 3ffdb9a3d..b6d688f88 100644 --- a/docs/concepts/alert-types/cluster-alert.md +++ b/docs/concepts/alert-types/cluster-alert.md @@ -1,13 +1,13 @@ --- title: Cluster Alert Overview menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: cluster-alert-overview name: Cluster Alert parent: alert-types weight: 5 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: concepts --- diff --git a/docs/concepts/alert-types/node-alert.md b/docs/concepts/alert-types/node-alert.md index a1014951a..f03c406f3 100644 --- a/docs/concepts/alert-types/node-alert.md +++ b/docs/concepts/alert-types/node-alert.md @@ -1,13 +1,13 @@ --- title: Node Alert Overview menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: node-alert-overview name: Node Alert parent: alert-types weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: concepts --- diff --git a/docs/concepts/alert-types/pod-alert.md b/docs/concepts/alert-types/pod-alert.md index 1a4e64f6f..75051f9d1 100644 --- a/docs/concepts/alert-types/pod-alert.md +++ b/docs/concepts/alert-types/pod-alert.md @@ -1,13 +1,13 @@ --- title: Pod Alert Overview menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-alert-overview name: Pod Alert parent: alert-types weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: concepts --- diff --git a/docs/concepts/what-is-searhclight/_index.md b/docs/concepts/what-is-searhclight/_index.md index 765bb9ae7..fb20d7e2b 100644 --- a/docs/concepts/what-is-searhclight/_index.md +++ b/docs/concepts/what-is-searhclight/_index.md @@ -2,10 +2,10 @@ title: What is Searchlight description: What is Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: what-is-searchlight parent: concepts name: What is Searchlight weight: 10 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/concepts/what-is-searhclight/overview.md b/docs/concepts/what-is-searhclight/overview.md index f5de47000..1a03c65dd 100644 --- a/docs/concepts/what-is-searhclight/overview.md +++ b/docs/concepts/what-is-searhclight/overview.md @@ -2,13 +2,13 @@ title: Searchlight Overview description: Searchlight Overview menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: overview-concepts name: Overview parent: what-is-searchlight weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: concepts --- diff --git a/docs/guides/README.md b/docs/guides/README.md index 2b802ed10..ffdcd20fb 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -2,17 +2,17 @@ title: Table of Contents | Guides description: Table of Contents | Guides menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-readme name: Readme parent: guides weight: -1 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides -url: /products/searchlight/6.0.0-alpha.0/guides/ +url: /products/searchlight/6.0.0-rc.0/guides/ aliases: - - /products/searchlight/6.0.0-alpha.0/guides/README/ + - /products/searchlight/6.0.0-rc.0/guides/README/ --- # Guides diff --git a/docs/guides/_index.md b/docs/guides/_index.md index 06fe7c0f2..37a72c04e 100644 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,9 +1,9 @@ --- title: Guides | Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides name: Guides weight: 40 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/guides/cluster-alerts/_index.md b/docs/guides/cluster-alerts/_index.md index c670b3c83..8a34f7426 100644 --- a/docs/guides/cluster-alerts/_index.md +++ b/docs/guides/cluster-alerts/_index.md @@ -1,10 +1,10 @@ --- title: Cluster Alert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: cluster-alert name: Cluster Alert parent: guides weight: 15 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/guides/cluster-alerts/ca_cert.md b/docs/guides/cluster-alerts/ca_cert.md index 9a6fda81e..b8b3b534d 100644 --- a/docs/guides/cluster-alerts/ca_cert.md +++ b/docs/guides/cluster-alerts/ca_cert.md @@ -1,13 +1,13 @@ --- title: CA Cert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-ca-cert name: CA Cert parent: cluster-alert weight: 20 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/component_status.md b/docs/guides/cluster-alerts/component_status.md index 6eef39713..285c6cfe2 100644 --- a/docs/guides/cluster-alerts/component_status.md +++ b/docs/guides/cluster-alerts/component_status.md @@ -1,13 +1,13 @@ --- title: Component Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-Component-status name: Component Status parent: cluster-alert weight: 25 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/env.md b/docs/guides/cluster-alerts/env.md index a1e8b89aa..eb10eef5d 100644 --- a/docs/guides/cluster-alerts/env.md +++ b/docs/guides/cluster-alerts/env.md @@ -1,13 +1,13 @@ --- title: Env menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-env name: Env parent: cluster-alert weight: 35 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/event.md b/docs/guides/cluster-alerts/event.md index fe37c3099..00d610c6f 100644 --- a/docs/guides/cluster-alerts/event.md +++ b/docs/guides/cluster-alerts/event.md @@ -1,13 +1,13 @@ --- title: Event menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-event name: Event parent: cluster-alert weight: 30 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/json_path.md b/docs/guides/cluster-alerts/json_path.md index cfcaad3f9..85569aa4b 100644 --- a/docs/guides/cluster-alerts/json_path.md +++ b/docs/guides/cluster-alerts/json_path.md @@ -1,13 +1,13 @@ --- title: JSON Path menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-json-path name: JSON Path parent: cluster-alert weight: 40 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/node_exists.md b/docs/guides/cluster-alerts/node_exists.md index d9c7e5d34..e3d432830 100644 --- a/docs/guides/cluster-alerts/node_exists.md +++ b/docs/guides/cluster-alerts/node_exists.md @@ -1,13 +1,13 @@ --- title: Node Exists menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-node-exists name: Node Exists parent: cluster-alert weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/cluster-alerts/pod_exists.md b/docs/guides/cluster-alerts/pod_exists.md index bd85f6178..aaabba8d4 100644 --- a/docs/guides/cluster-alerts/pod_exists.md +++ b/docs/guides/cluster-alerts/pod_exists.md @@ -1,13 +1,13 @@ --- title: Pod Exists menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-pod-exists name: Pod Exists parent: cluster-alert weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/node-alerts/_index.md b/docs/guides/node-alerts/_index.md index 4c591259c..45d760302 100644 --- a/docs/guides/node-alerts/_index.md +++ b/docs/guides/node-alerts/_index.md @@ -1,10 +1,10 @@ --- title: Node Alert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: node-alert name: Node Alert parent: guides weight: 25 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/guides/node-alerts/influx_query.md b/docs/guides/node-alerts/influx_query.md index 400361446..567c059d7 100644 --- a/docs/guides/node-alerts/influx_query.md +++ b/docs/guides/node-alerts/influx_query.md @@ -1,13 +1,13 @@ --- title: Influx Query menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: node-influx-query name: Influx Query parent: node-alert weight: 20 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/node-alerts/node_status.md b/docs/guides/node-alerts/node_status.md index 0c9e54ab9..6f17ed477 100644 --- a/docs/guides/node-alerts/node_status.md +++ b/docs/guides/node-alerts/node_status.md @@ -1,13 +1,13 @@ --- title: Node Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: node-status name: Node Status parent: node-alert weight: 25 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/node-alerts/node_volume.md b/docs/guides/node-alerts/node_volume.md index 013b1d4c2..4a858340e 100644 --- a/docs/guides/node-alerts/node_volume.md +++ b/docs/guides/node-alerts/node_volume.md @@ -1,13 +1,13 @@ --- title: Node Volume menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: node-volume name: Node Volume parent: node-alert weight: 30 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/notifiers.md b/docs/guides/notifiers.md index 597d8b1fd..4e2d6c2a1 100644 --- a/docs/guides/notifiers.md +++ b/docs/guides/notifiers.md @@ -2,13 +2,13 @@ title: Notifiers description: Notifiers menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: guides-notifiers name: Notifiers parent: guides weight: 50 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/pod-alerts/_index.md b/docs/guides/pod-alerts/_index.md index 50563a86d..4239578bc 100644 --- a/docs/guides/pod-alerts/_index.md +++ b/docs/guides/pod-alerts/_index.md @@ -1,10 +1,10 @@ --- title: Pod Alert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-alert name: Pod Alert parent: guides weight: 25 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/guides/pod-alerts/influx_query.md b/docs/guides/pod-alerts/influx_query.md index ab6169269..723c4e73a 100644 --- a/docs/guides/pod-alerts/influx_query.md +++ b/docs/guides/pod-alerts/influx_query.md @@ -1,13 +1,13 @@ --- title: Pod Influx Query menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-influx-query name: Influx Query parent: pod-alert weight: 20 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/pod-alerts/pod_exec.md b/docs/guides/pod-alerts/pod_exec.md index 4652763d6..296a4951c 100644 --- a/docs/guides/pod-alerts/pod_exec.md +++ b/docs/guides/pod-alerts/pod_exec.md @@ -1,13 +1,13 @@ --- title: Pod Exec menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-pod-exec name: Pod Exec parent: pod-alert weight: 35 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/pod-alerts/pod_status.md b/docs/guides/pod-alerts/pod_status.md index 733ce54e1..377856e1b 100644 --- a/docs/guides/pod-alerts/pod_status.md +++ b/docs/guides/pod-alerts/pod_status.md @@ -1,13 +1,13 @@ --- title: Pod Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-pod-status name: Pod Status parent: pod-alert weight: 30 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/guides/pod-alerts/pod_volume.md b/docs/guides/pod-alerts/pod_volume.md index a5cb7285c..3a2537b3e 100644 --- a/docs/guides/pod-alerts/pod_volume.md +++ b/docs/guides/pod-alerts/pod_volume.md @@ -1,13 +1,13 @@ --- title: Pod Volume menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: pod-pod-volume name: Pod Volume parent: pod-alert weight: 40 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: guides --- diff --git a/docs/reference/_index.md b/docs/reference/_index.md index 35dae656f..2af0fdb30 100644 --- a/docs/reference/_index.md +++ b/docs/reference/_index.md @@ -2,10 +2,10 @@ title: Reference description: searchlight CLI Reference menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: reference name: Reference weight: 1000 pre: dropdown -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/reference/hostfacts/_index.md b/docs/reference/hostfacts/_index.md index 628053c50..684f7ed55 100644 --- a/docs/reference/hostfacts/_index.md +++ b/docs/reference/hostfacts/_index.md @@ -2,10 +2,10 @@ title: Hostfacts description: Searchlight Hostfacts Reference menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hostfacts-cli name: Hostfacts parent: reference weight: 10 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/reference/hostfacts/hostfacts.md b/docs/reference/hostfacts/hostfacts.md index cb2076ea7..28d5bc203 100644 --- a/docs/reference/hostfacts/hostfacts.md +++ b/docs/reference/hostfacts/hostfacts.md @@ -1,7 +1,7 @@ --- title: Hostfacts menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hostfacts name: Hostfacts parent: hostfacts-cli @@ -9,10 +9,10 @@ menu: product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 -url: /products/searchlight/6.0.0-alpha.0/reference/hostfacts/ +menu_name: product_searchlight_6.0.0-rc.0 +url: /products/searchlight/6.0.0-rc.0/reference/hostfacts/ aliases: - - products/searchlight/6.0.0-alpha.0/reference/hostfacts/hostfacts/ + - products/searchlight/6.0.0-rc.0/reference/hostfacts/hostfacts/ --- ## hostfacts diff --git a/docs/reference/hostfacts/hostfacts_run.md b/docs/reference/hostfacts/hostfacts_run.md index 0b41dcbda..611f2f2a4 100644 --- a/docs/reference/hostfacts/hostfacts_run.md +++ b/docs/reference/hostfacts/hostfacts_run.md @@ -1,13 +1,13 @@ --- title: Run menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hostfacts-run name: Run parent: hostfacts-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hostfacts run diff --git a/docs/reference/hostfacts/hostfacts_version.md b/docs/reference/hostfacts/hostfacts_version.md index be70118f1..03ff21180 100644 --- a/docs/reference/hostfacts/hostfacts_version.md +++ b/docs/reference/hostfacts/hostfacts_version.md @@ -1,13 +1,13 @@ --- title: Version menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hostfacts-version name: Version parent: hostfacts-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hostfacts version diff --git a/docs/reference/hyperalert/_index.md b/docs/reference/hyperalert/_index.md index 633ed57c4..06222f3b6 100644 --- a/docs/reference/hyperalert/_index.md +++ b/docs/reference/hyperalert/_index.md @@ -2,10 +2,10 @@ title: Hyperalert description: Searchlight Hyperalert Reference menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-cli name: Hyperalert parent: reference weight: 20 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/reference/hyperalert/hyperalert.md b/docs/reference/hyperalert/hyperalert.md index 62fe828c7..3ba60249a 100644 --- a/docs/reference/hyperalert/hyperalert.md +++ b/docs/reference/hyperalert/hyperalert.md @@ -1,7 +1,7 @@ --- title: Hyperalert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert name: Hyperalert parent: hyperalert-cli @@ -9,10 +9,10 @@ menu: product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 -url: /products/searchlight/6.0.0-alpha.0/reference/hyperalert/ +menu_name: product_searchlight_6.0.0-rc.0 +url: /products/searchlight/6.0.0-rc.0/reference/hyperalert/ aliases: - - products/searchlight/6.0.0-alpha.0/reference/hyperalert/hyperalert/ + - products/searchlight/6.0.0-rc.0/reference/hyperalert/hyperalert/ --- ## hyperalert diff --git a/docs/reference/hyperalert/hyperalert_analytics_id.md b/docs/reference/hyperalert/hyperalert_analytics_id.md index 686fa8c91..ea1954a2f 100644 --- a/docs/reference/hyperalert/hyperalert_analytics_id.md +++ b/docs/reference/hyperalert/hyperalert_analytics_id.md @@ -1,13 +1,13 @@ --- title: Analytics Id menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-analytics-id name: Analytics Id parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert analytics_id diff --git a/docs/reference/hyperalert/hyperalert_check_ca_cert.md b/docs/reference/hyperalert/hyperalert_check_ca_cert.md index 793593374..bd8b93a8f 100644 --- a/docs/reference/hyperalert/hyperalert_check_ca_cert.md +++ b/docs/reference/hyperalert/hyperalert_check_ca_cert.md @@ -1,13 +1,13 @@ --- title: Check Ca Cert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-ca-cert name: Check Ca Cert parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_ca_cert diff --git a/docs/reference/hyperalert/hyperalert_check_cert.md b/docs/reference/hyperalert/hyperalert_check_cert.md index 552049686..477a4be21 100644 --- a/docs/reference/hyperalert/hyperalert_check_cert.md +++ b/docs/reference/hyperalert/hyperalert_check_cert.md @@ -1,13 +1,13 @@ --- title: Check Cert menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-cert name: Check Cert parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_cert diff --git a/docs/reference/hyperalert/hyperalert_check_component_status.md b/docs/reference/hyperalert/hyperalert_check_component_status.md index d43f3a667..e1278a4a5 100644 --- a/docs/reference/hyperalert/hyperalert_check_component_status.md +++ b/docs/reference/hyperalert/hyperalert_check_component_status.md @@ -1,13 +1,13 @@ --- title: Check Component Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-component-status name: Check Component Status parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_component_status diff --git a/docs/reference/hyperalert/hyperalert_check_env.md b/docs/reference/hyperalert/hyperalert_check_env.md index 58634df28..5175c9259 100644 --- a/docs/reference/hyperalert/hyperalert_check_env.md +++ b/docs/reference/hyperalert/hyperalert_check_env.md @@ -1,13 +1,13 @@ --- title: Check Env menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-env name: Check Env parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_env diff --git a/docs/reference/hyperalert/hyperalert_check_event.md b/docs/reference/hyperalert/hyperalert_check_event.md index 36cc03352..c3b5a5470 100644 --- a/docs/reference/hyperalert/hyperalert_check_event.md +++ b/docs/reference/hyperalert/hyperalert_check_event.md @@ -1,13 +1,13 @@ --- title: Check Event menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-event name: Check Event parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_event diff --git a/docs/reference/hyperalert/hyperalert_check_influx_query.md b/docs/reference/hyperalert/hyperalert_check_influx_query.md index a9fd84bcd..61981f714 100644 --- a/docs/reference/hyperalert/hyperalert_check_influx_query.md +++ b/docs/reference/hyperalert/hyperalert_check_influx_query.md @@ -1,13 +1,13 @@ --- title: Check Influx Query menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-influx-query name: Check Influx Query parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_influx_query diff --git a/docs/reference/hyperalert/hyperalert_check_json_path.md b/docs/reference/hyperalert/hyperalert_check_json_path.md index 265f44c67..b91712547 100644 --- a/docs/reference/hyperalert/hyperalert_check_json_path.md +++ b/docs/reference/hyperalert/hyperalert_check_json_path.md @@ -1,13 +1,13 @@ --- title: Check Json Path menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-json-path name: Check Json Path parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_json_path diff --git a/docs/reference/hyperalert/hyperalert_check_node_exists.md b/docs/reference/hyperalert/hyperalert_check_node_exists.md index 6e402bc30..7dc4daacd 100644 --- a/docs/reference/hyperalert/hyperalert_check_node_exists.md +++ b/docs/reference/hyperalert/hyperalert_check_node_exists.md @@ -1,13 +1,13 @@ --- title: Check Node Exists menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-node-exists name: Check Node Exists parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_node_exists diff --git a/docs/reference/hyperalert/hyperalert_check_node_status.md b/docs/reference/hyperalert/hyperalert_check_node_status.md index 3153b04db..dda5834d6 100644 --- a/docs/reference/hyperalert/hyperalert_check_node_status.md +++ b/docs/reference/hyperalert/hyperalert_check_node_status.md @@ -1,13 +1,13 @@ --- title: Check Node Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-node-status name: Check Node Status parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_node_status diff --git a/docs/reference/hyperalert/hyperalert_check_pod_exec.md b/docs/reference/hyperalert/hyperalert_check_pod_exec.md index 5480d5c03..32f021bab 100644 --- a/docs/reference/hyperalert/hyperalert_check_pod_exec.md +++ b/docs/reference/hyperalert/hyperalert_check_pod_exec.md @@ -1,13 +1,13 @@ --- title: Check Pod Exec menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-pod-exec name: Check Pod Exec parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_pod_exec diff --git a/docs/reference/hyperalert/hyperalert_check_pod_exists.md b/docs/reference/hyperalert/hyperalert_check_pod_exists.md index 715bd6b68..b092b75e7 100644 --- a/docs/reference/hyperalert/hyperalert_check_pod_exists.md +++ b/docs/reference/hyperalert/hyperalert_check_pod_exists.md @@ -1,13 +1,13 @@ --- title: Check Pod Exists menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-pod-exists name: Check Pod Exists parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_pod_exists diff --git a/docs/reference/hyperalert/hyperalert_check_pod_status.md b/docs/reference/hyperalert/hyperalert_check_pod_status.md index 03b84353a..ea57394ab 100644 --- a/docs/reference/hyperalert/hyperalert_check_pod_status.md +++ b/docs/reference/hyperalert/hyperalert_check_pod_status.md @@ -1,13 +1,13 @@ --- title: Check Pod Status menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-pod-status name: Check Pod Status parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_pod_status diff --git a/docs/reference/hyperalert/hyperalert_check_volume.md b/docs/reference/hyperalert/hyperalert_check_volume.md index 3c9851bd8..71909518d 100644 --- a/docs/reference/hyperalert/hyperalert_check_volume.md +++ b/docs/reference/hyperalert/hyperalert_check_volume.md @@ -1,13 +1,13 @@ --- title: Check Volume menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-check-volume name: Check Volume parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert check_volume diff --git a/docs/reference/hyperalert/hyperalert_notifier.md b/docs/reference/hyperalert/hyperalert_notifier.md index 0f40a7d31..be4230ce1 100644 --- a/docs/reference/hyperalert/hyperalert_notifier.md +++ b/docs/reference/hyperalert/hyperalert_notifier.md @@ -1,13 +1,13 @@ --- title: Notifier menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-notifier name: Notifier parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert notifier diff --git a/docs/reference/hyperalert/hyperalert_version.md b/docs/reference/hyperalert/hyperalert_version.md index 658ed74f6..d28795e74 100644 --- a/docs/reference/hyperalert/hyperalert_version.md +++ b/docs/reference/hyperalert/hyperalert_version.md @@ -1,13 +1,13 @@ --- title: Version menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hyperalert-version name: Version parent: hyperalert-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## hyperalert version diff --git a/docs/reference/searchlight/_index.md b/docs/reference/searchlight/_index.md index 969aa31b0..a7f31fa2a 100644 --- a/docs/reference/searchlight/_index.md +++ b/docs/reference/searchlight/_index.md @@ -2,10 +2,10 @@ title: Hyperalert description: Searchlight CLI Reference menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: searchlight-cli name: Searchlight parent: reference weight: 20 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/reference/searchlight/searchlight.md b/docs/reference/searchlight/searchlight.md index c0f3e3b2c..7b8024266 100644 --- a/docs/reference/searchlight/searchlight.md +++ b/docs/reference/searchlight/searchlight.md @@ -1,7 +1,7 @@ --- title: Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: searchlight name: Searchlight parent: searchlight-cli @@ -9,10 +9,10 @@ menu: product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 -url: /products/searchlight/6.0.0-alpha.0/reference/searchlight/ +menu_name: product_searchlight_6.0.0-rc.0 +url: /products/searchlight/6.0.0-rc.0/reference/searchlight/ aliases: - - products/searchlight/6.0.0-alpha.0/reference/searchlight/searchlight/ + - products/searchlight/6.0.0-rc.0/reference/searchlight/searchlight/ --- ## searchlight diff --git a/docs/reference/searchlight/searchlight_configure.md b/docs/reference/searchlight/searchlight_configure.md index 4a8634778..fac53f35c 100644 --- a/docs/reference/searchlight/searchlight_configure.md +++ b/docs/reference/searchlight/searchlight_configure.md @@ -1,13 +1,13 @@ --- title: Configure menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: searchlight-configure name: Configure parent: searchlight-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## searchlight configure diff --git a/docs/reference/searchlight/searchlight_run.md b/docs/reference/searchlight/searchlight_run.md index f6de52144..d11f91b36 100644 --- a/docs/reference/searchlight/searchlight_run.md +++ b/docs/reference/searchlight/searchlight_run.md @@ -1,13 +1,13 @@ --- title: Run menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: searchlight-run name: Run parent: searchlight-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## searchlight run diff --git a/docs/reference/searchlight/searchlight_version.md b/docs/reference/searchlight/searchlight_version.md index 128545a14..3cc9b835f 100644 --- a/docs/reference/searchlight/searchlight_version.md +++ b/docs/reference/searchlight/searchlight_version.md @@ -1,13 +1,13 @@ --- title: Version menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: searchlight-version name: Version parent: searchlight-cli product_name: searchlight section_menu_id: reference -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- ## searchlight version diff --git a/docs/roadmap.md b/docs/roadmap.md index 84936d959..373cc0431 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -2,17 +2,17 @@ title: Roadmap | Searchlight description: Roadmap of searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: roadmap-searchlight name: Roadmap parent: welcome weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/roadmap/ +url: /products/searchlight/6.0.0-rc.0/welcome/roadmap/ aliases: - - /products/searchlight/6.0.0-alpha.0/roadmap/ + - /products/searchlight/6.0.0-rc.0/roadmap/ --- # Project Status @@ -29,7 +29,7 @@ Please always check the release notes for upgrade instructions. might happen among different releases of the operator. ### External Dependencies -Searchlight 6.0.0-alpha.0 depends on the following version of Icinga2 and friends: +Searchlight 6.0.0-rc.0 depends on the following version of Icinga2 and friends: | Name | Version | |------------------------|------------| diff --git a/docs/setup/README.md b/docs/setup/README.md index ae432fb8e..6fe3e2df3 100644 --- a/docs/setup/README.md +++ b/docs/setup/README.md @@ -2,17 +2,17 @@ title: Table of Contents | Setup description: Table of Contents | Setup menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: setup-readme name: Readme parent: setup weight: -1 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup -url: /products/searchlight/6.0.0-alpha.0/setup/ +url: /products/searchlight/6.0.0-rc.0/setup/ aliases: - - /products/searchlight/6.0.0-alpha.0/setup/README/ + - /products/searchlight/6.0.0-rc.0/setup/README/ --- # Setup diff --git a/docs/setup/_index.md b/docs/setup/_index.md index 0a2e91cb2..1b1400365 100644 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,9 +1,9 @@ --- title: Setup | Searchlight menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: setup name: Setup weight: 30 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/setup/certificate.md b/docs/setup/certificate.md index c30d378be..daa7b1663 100644 --- a/docs/setup/certificate.md +++ b/docs/setup/certificate.md @@ -2,13 +2,13 @@ title: Certificate description: Generate self-signed SSL certificates menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: certificate-searchlight name: Generate Certificate parent: setup weight: 20 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- diff --git a/docs/setup/developer-guide/_index.md b/docs/setup/developer-guide/_index.md index 6cfd363f5..d4abf4b32 100644 --- a/docs/setup/developer-guide/_index.md +++ b/docs/setup/developer-guide/_index.md @@ -2,10 +2,10 @@ title: Developer Guide | Searchlight description: Searchlight Developer Guide menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: developer-guide name: Developer Guide parent: setup weight: 40 -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 --- diff --git a/docs/setup/developer-guide/overview.md b/docs/setup/developer-guide/overview.md index 1ef386ba5..936e516fc 100644 --- a/docs/setup/developer-guide/overview.md +++ b/docs/setup/developer-guide/overview.md @@ -2,13 +2,13 @@ title: Overview | Developer Guide description: Developer Guide Overview menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: developer-guide-readme name: Overview parent: developer-guide weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- diff --git a/docs/setup/developer-guide/release.md b/docs/setup/developer-guide/release.md index be978191a..5fcc4f45c 100644 --- a/docs/setup/developer-guide/release.md +++ b/docs/setup/developer-guide/release.md @@ -2,13 +2,13 @@ title: Release | Searchlight description: Searchlight Release menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: release name: Release parent: developer-guide weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- # Release Process diff --git a/docs/setup/hostfacts.md b/docs/setup/hostfacts.md index 7fd3bd04f..bfe13b962 100644 --- a/docs/setup/hostfacts.md +++ b/docs/setup/hostfacts.md @@ -2,13 +2,13 @@ title: Install Hostfacts description: Install Hostfacts menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: hostfacts-searchlight name: Install Hostfacts parent: setup weight: 15 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- @@ -26,7 +26,7 @@ $ minikube ssh ### Install Hostfacts Now, download and install a pre-built binary using the following command: ```console -curl -Lo hostfacts https://cdn.appscode.com/binaries/hostfacts/6.0.0-alpha.0/hostfacts-linux-amd64 \ +curl -Lo hostfacts https://cdn.appscode.com/binaries/hostfacts/6.0.0-rc.0/hostfacts-linux-amd64 \ && chmod +x hostfacts \ && sudo mv hostfacts /usr/bin/ ``` diff --git a/docs/setup/install.md b/docs/setup/install.md index 58318024e..1a4712348 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -2,13 +2,13 @@ title: Install description: Searchlight Install menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: install-searchlight name: Install parent: setup weight: 10 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- @@ -24,7 +24,7 @@ Searchlight operator can be installed via a script or as a Helm chart. To install Searchlight in your Kubernetes cluster, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh | bash +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh | bash ``` After successful installation, you should have a `searchlight-operator-***` pod running in the `kube-system` namespace. @@ -36,10 +36,10 @@ searchlight-operator-6945bcd777-4jdv7 3/3 Running 0 2m ### Customizing Installer -The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/appscode/searchlight/tree/6.0.0-alpha.0/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. +The installer script and associated yaml files can be found in the [/hack/deploy](https://github.com/appscode/searchlight/tree/6.0.0-rc.0/hack/deploy) folder. You can see the full list of flags available to installer using `-h` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh | bash -s -- -h +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh | bash -s -- -h searchlight.sh - install searchlight operator searchlight.sh [options] @@ -60,7 +60,7 @@ options: If you would like to run Searchlight operator pod in `master` instances, pass the `--run-on-master` flag: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh \ | bash -s -- --run-on-master [--rbac] ``` @@ -68,7 +68,7 @@ Searchlight operator will be installed in a `kube-system` namespace by default. ```console $ kubectl create namespace searchlight -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh \ | bash -s -- --namespace=searchlight [--run-on-master] [--rbac] ``` @@ -82,14 +82,14 @@ To pass the address of your private registry and optionally a image pull secret ```console $ kubectl create namespace searchlight -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh \ | bash -s -- --docker-registry=MY_REGISTRY [--image-pull-secret=SECRET_NAME] [--rbac] ``` Searchlight implements a [validating admission webhook](https://kubernetes.io/docs/admin/admission-controllers/#validatingadmissionwebhook-alpha-in-18-beta-in-19) to validate Searchlight CRDs. This is enabled by default for Kubernetes 1.9.0 or later releases. To disable this feature, pass the `--enable-admission-webhook=false` flag. ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh \ | bash -s -- --enable-admission-webhook [--rbac] ``` @@ -190,12 +190,12 @@ $ POD_NAMESPACE=kube-system $ POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app=searchlight -o jsonpath={.items[0].metadata.name}) $ kubectl exec -it $POD_NAME -c operator -n $POD_NAMESPACE searchlight version -Version = 6.0.0-alpha.0 +Version = 6.0.0-rc.0 VersionStrategy = tag Os = alpine Arch = amd64 CommitHash = 9442863beb09a50a2c3818ab586fa5b1541fddf1 GitBranch = release-4.0 -GitTag = 6.0.0-alpha.0 +GitTag = 6.0.0-rc.0 CommitTimestamp = 2017-09-26T03:00:58 ``` diff --git a/docs/setup/uninstall.md b/docs/setup/uninstall.md index 07a911d20..935795866 100644 --- a/docs/setup/uninstall.md +++ b/docs/setup/uninstall.md @@ -2,13 +2,13 @@ title: Uninstall description: Searchlight Uninstall menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: uninstall-searchlight name: Uninstall parent: setup weight: 25 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: setup --- @@ -19,7 +19,7 @@ section_menu_id: setup To uninstall Searchlight operator, run the following command: ```console -$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/searchlight.sh \ +$ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/searchlight.sh \ | bash -s -- --uninstall [--namespace=NAMESPACE] + kubectl delete deployment -l app=searchlight -n kube-system diff --git a/docs/support.md b/docs/support.md index 82376e3b7..2b6404e3f 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,17 +2,17 @@ title: Support | Searchlight description: Support menu: - product_searchlight_6.0.0-alpha.0: + product_searchlight_6.0.0-rc.0: identifier: support-searchlight name: Support parent: welcome weight: 25 product_name: searchlight -menu_name: product_searchlight_6.0.0-alpha.0 +menu_name: product_searchlight_6.0.0-rc.0 section_menu_id: welcome -url: /products/searchlight/6.0.0-alpha.0/welcome/support/ +url: /products/searchlight/6.0.0-rc.0/welcome/support/ aliases: - - /products/searchlight/6.0.0-alpha.0/support/ + - /products/searchlight/6.0.0-rc.0/support/ --- # Support diff --git a/hack/deploy/operator.yaml b/hack/deploy/operator.yaml index 37f716343..8aa50bcbe 100644 --- a/hack/deploy/operator.yaml +++ b/hack/deploy/operator.yaml @@ -28,7 +28,7 @@ spec: imagePullSecrets: [${SEARCHLIGHT_IMAGE_PULL_SECRET}] containers: - name: operator - image: ${SEARCHLIGHT_DOCKER_REGISTRY}/searchlight:6.0.0-alpha.0 + image: ${SEARCHLIGHT_DOCKER_REGISTRY}/searchlight:6.0.0-rc.0 imagePullPolicy: IfNotPresent args: - run @@ -55,7 +55,7 @@ spec: port: 8443 scheme: HTTPS - name: icinga - image: ${SEARCHLIGHT_DOCKER_REGISTRY}/icinga:6.0.0-alpha.0-k8s + image: ${SEARCHLIGHT_DOCKER_REGISTRY}/icinga:6.0.0-rc.0-k8s imagePullPolicy: IfNotPresent ports: - containerPort: 5665 diff --git a/hack/deploy/searchlight.sh b/hack/deploy/searchlight.sh index 214bb09b2..e0a3820df 100755 --- a/hack/deploy/searchlight.sh +++ b/hack/deploy/searchlight.sh @@ -225,22 +225,22 @@ export TLS_SERVING_CERT=$(cat server.crt | $ONESSL base64) export TLS_SERVING_KEY=$(cat server.key | $ONESSL base64) export KUBE_CA=$($ONESSL get kube-ca | $ONESSL base64) -curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/operator.yaml | $ONESSL envsubst | kubectl apply -f - +curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/operator.yaml | $ONESSL envsubst | kubectl apply -f - if [ "$SEARCHLIGHT_ENABLE_RBAC" = true ]; then kubectl create serviceaccount $SEARCHLIGHT_SERVICE_ACCOUNT --namespace $SEARCHLIGHT_NAMESPACE kubectl label serviceaccount $SEARCHLIGHT_SERVICE_ACCOUNT app=searchlight --namespace $SEARCHLIGHT_NAMESPACE - curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/rbac-list.yaml | $ONESSL envsubst | kubectl auth reconcile -f - - curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/user-roles.yaml | $ONESSL envsubst | kubectl auth reconcile -f - + curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/rbac-list.yaml | $ONESSL envsubst | kubectl auth reconcile -f - + curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/user-roles.yaml | $ONESSL envsubst | kubectl auth reconcile -f - fi if [ "$SEARCHLIGHT_RUN_ON_MASTER" -eq 1 ]; then kubectl patch deploy searchlight-operator -n $SEARCHLIGHT_NAMESPACE \ - --patch="$(curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/run-on-master.yaml)" + --patch="$(curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/run-on-master.yaml)" fi if [ "$SEARCHLIGHT_ENABLE_ADMISSION_WEBHOOK" = true ]; then - curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-alpha.0/hack/deploy/admission.yaml | $ONESSL envsubst | kubectl apply -f - + curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/6.0.0-rc.0/hack/deploy/admission.yaml | $ONESSL envsubst | kubectl apply -f - fi echo diff --git a/hack/gendocs/main.go b/hack/gendocs/main.go index ff1909781..851808f83 100644 --- a/hack/gendocs/main.go +++ b/hack/gendocs/main.go @@ -17,7 +17,7 @@ import ( ) const ( - version = "6.0.0-alpha.0" + version = "6.0.0-rc.0" ) // ref: https://github.com/spf13/cobra/blob/master/doc/md_docs.md diff --git a/test/e2e/framework/searchlight.go b/test/e2e/framework/searchlight.go index a2b876ad2..4ebf206c5 100644 --- a/test/e2e/framework/searchlight.go +++ b/test/e2e/framework/searchlight.go @@ -65,7 +65,7 @@ func (f *Invocation) getSearchlightPodTemplate() core.PodTemplateSpec { Containers: []core.Container{ { Name: "icinga", - Image: "appscode/icinga:6.0.0-alpha.0-k8s", + Image: "appscode/icinga:6.0.0-rc.0-k8s", ImagePullPolicy: core.PullIfNotPresent, Ports: []core.ContainerPort{ {