Skip to content

Allow to Select Kubernetes Namespace in Environment setting page [docs]

What does this MR do and why?

This MR updates the documentation to include the information about the newly added Kubernetes namespace selector.

Screenshots or screen recordings

flowchart TD
    A[Environment has an agent] -->|Yes| B{{Performs cluster connection}}
    A[Environment has an agent] -->|No| D(Namespace selector is not shown)
    D(Namespace selector is not shown) --> C{{User selects agent}}
    C{{User selects agent}} --> B{{Performs cluster connection}}
    B{{Performs cluster connection}} -->|Success| E(Namespace selector is shown)
    B{{Performs cluster connection}} -->|Failure| F(Alert is shown)

Screenshot_2023-07-19_at_22.39.46

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports