Skip to content

Commit

Permalink
Making Robusta UI account creation clearer on doc (#1571)
Browse files Browse the repository at this point in the history
* better explain the ui in config creation

* Created a new tab for notifications and routing (#1558)

* Created a new tab for notifications

* update docs for openshift (#1560)

* update docs for openshift

* For openshift 4.15 to read prometheus metrics we need a binding to an existing prometheus cluster role

---------

Co-authored-by: Arik Alon <alon.arik@gmail.com>

* Add service and service monitor for forwarder (#1546)

* Added holmes_conversation action

* Updated comment for HolmesConversationIssueContext

* Updated lightActions

* Added HolmesToolsResult to verify tools input

* Updated HolmesConversationRequest model

* Added getting holmes model in ActivityStats

* Made parameters optional for HolmesConversationIssueContext

* Made some parameters for conversation api optional

* Removed logging the error from get_holmes_model and fixed a bug

* Added service and service monitor for forwarder

* Updated values.yaml

* Left only default values in forwarder.yaml

* Add ability to set Assignee and Epic on Jira sink  (#1564)

* Add epic and assignee

* Add epic and assignee

* Add docs update

* Fix formatting to align with other options

* [MAIN-2105] switch related_pods from hikaru to k8s api (#1548)

* switch related_pods from hikaru to k8s api

* bugfix

* remove log

* bug fix

* another bug fix

* possible fix for perf issues w/ k8s library

* add fix for logging via dockerfile

* remove log

* add patches, remove log

* quick and dirty hack to workaround bug temporarily (this BREAKS THINGS and needs to be fixed before merge)

* Fixed patching issues

* changes before PR

* patch unused

* getting pods and limits

* fixing get pod

* reverted patches

* pr fixes

---------

Co-authored-by: avi robusta <avi@robusta.dev>

* Updated kubewatch version to 2.9.0 (#1566)

* MAIN-2112 Holmes using robusta ai (#1565)

* add docs on how to use robusta ai with holmes

* fixes

---------

Co-authored-by: arik <alon.arik@gmail.com>

* remove new from older integration and emphasized the HolmesGPT one (#1567)

* Enable secrets for robusta (#1557)

* Updated docs regarding secrets

* Simplified syntax usage in docs for secret triggers

* Updated playbook-track-secrets docs

* Updated track secrets tutorial

* Fixed secret triggers section

* Fixed triggers markdown

* Fixed import of render_generic_trigger

* Removed custom description for secrets

* Fix for _k8s-wildcard-triggers.jinja

* Added custom description for Secrets

* Updated Secret in kubernetes.rst

* Changed secrets inline-ctx in kubernetes.rst

* Checking if custom description works

* Added escaping to secrets triggers

* block scalar for inline-ctx

* context instead of inline-context for secrets

* _k8s-generic-triggers.jinja custom_description fix

* Trying inline rst

* Moved secret triggers to separate jijna file

* Fixed usage of playbook-reference/triggers/_k8s-secrets-triggers.jinja

* Removed sample image from playbook-track-secrets.rst

* Fixed secret triggers display

---------

Co-authored-by: arik <alon.arik@gmail.com>

* changed "making" to signup

---------

Co-authored-by: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com>
Co-authored-by: Natan Yellin <aantn@users.noreply.github.com>
Co-authored-by: Arik Alon <alon.arik@gmail.com>
Co-authored-by: itisallgood <25401000+itisallgood@users.noreply.github.com>
Co-authored-by: dabo <98835449+daanbosch@users.noreply.github.com>
Co-authored-by: avi robusta <avi@robusta.dev>
Co-authored-by: Roi Glinik <roi@robusta.dev>
  • Loading branch information
8 people authored Sep 25, 2024
1 parent f762d27 commit 07acc5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 7 additions & 2 deletions docs/setup-robusta/installation/_generate_config.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ Generate a Config

Robusta needs settings to work. For example, if you use Slack then Robusta needs a Slack API key. These settings are configured as Helm values.

Choose a configuration method below:

.. tab-set::

.. tab-item:: Web Installation (recommended)
:name: web-installation-tab

To get started quickly, create the configuration via the free Robusta UI.
Create the configuration by signing up `for a free Robusta UI account ↗ <https://platform.robusta.dev/signup?utm_source=docs>`_

.. note::

With the UI, you can easily configure integrations like Slack and Teams, while also unlocking exclusive features such as timeline of changes and alerts, built-in AI root cause analysis, and more.

Click `Create Config → <https://platform.robusta.dev/signup?utm_source=docs>`_

.. tab-item:: pip
:name: pip-cli-tab
Expand Down
2 changes: 0 additions & 2 deletions docs/setup-robusta/installation/all-in-one-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Prerequisites
* A :ref:`supported Kubernetes cluster <Supported Clusters>`
* Helm

.. include:: ../_questions.rst

.. jinja::
:inline-ctx: { "gen_config_flags": "--enable-prometheus-stack" }
:header_update_levels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Prerequisites
* A Prometheus installation
* Helm

.. include:: ../_questions.rst

.. jinja::
:inline-ctx: {"gen_config_flags": "--no-enable-prometheus-stack"}
:header_update_levels:
Expand Down
2 changes: 0 additions & 2 deletions docs/setup-robusta/installation/standalone-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Prerequisites
* A :ref:`supported Kubernetes cluster <Supported Clusters>`
* Helm

.. include:: ../_questions.rst

.. jinja::
:inline-ctx: {"gen_config_flags": "--no-enable-prometheus-stack"}
:header_update_levels:
Expand Down

0 comments on commit 07acc5b

Please sign in to comment.