github.com/verrazzano/verrazzano@v1.7.0/platform-operator/config/samples/install-managed-cluster.yaml (about) 1 # Copyright (c) 2021, 2022, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 # 4 # This install resource uses the "managed-cluster" profile to install reduced footprint 5 # Verrazzano for managed clusters. 6 # 7 # In a "managed-cluster" install the following services are excluded: 8 # 9 # - Elasticsearch 10 # - Kibana 11 # - Grafana 12 # - Rancher 13 # - Console 14 # - Keycloak 15 # 16 # Prometheus is installed for recording metrics from the system services and deployed apps in the local 17 # cluster, which will then be scraped from the admin cluster. 18 # 19 apiVersion: install.verrazzano.io/v1alpha1 20 kind: Verrazzano 21 metadata: 22 name: my-verrazzano-managed-cluster 23 spec: 24 profile: managed-cluster