Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

ADD: Warning doc on labels #881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/install/install-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

You must perform these steps on each Kubernetes cluster where you want to use Kuadrant.

!!! warning

Kuadrant uses a number of labels to search and filter resources on the cluster.
All required labels are formatted as `kuadrant.io/*`.
Removal of any labels with the prefix may cause unexpected behaviour and degradstion of the product.

## Prerequisites

- Access to a Kubernetes cluster, with `kubeadmin` or an account with similar permissions
Expand Down
6 changes: 6 additions & 0 deletions doc/install/install-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

You must perform these steps on each OpenShift cluster that you want to use Kuadrant on.

!!! warning

Kuadrant uses a number of labels to search and filter resources on the cluster.
All required labels are formatted as `kuadrant.io/*`.
Removal of any labels with the prefix may cause unexpected behaviour and degradstion of the product.

## Prerequisites

- OpenShift Container Platform 4.14.x or later with community Operator catalog available.
Expand Down
Loading