github.com/RedHatInsights/insights-content-service@v1.0.0/groups_config.yaml (about)

     1  # Copyright 2020 Red Hat, Inc
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #      http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  service_availability:
    16    name: Service Availability
    17    description: Operator degraded, missing functionality due to misconfiguration or resource constraints.
    18    tags:
    19      - service_availability
    20  security:
    21    name: Security
    22    description: Issues related to certificates, user management, security groups, specific port usage, storage permissions, usage of kubeadmin account, exposed keys etc. 
    23    tags:
    24      - security
    25  fault_tolerance:
    26    name: Fault Tolerance
    27    description: Load balancer issues, machine api and autoscaler issues, failover issues, nodes down, cluster api/cluster provider issues.
    28    tags:
    29      - fault_tolerance
    30  performance:
    31    name: Performance
    32    description: High utilization, proposed tuned profiles, storage issues
    33    tags:
    34      - performance