-
Notifications
You must be signed in to change notification settings - Fork 36
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
V3.1.0 #49
base: main
Are you sure you want to change the base?
V3.1.0 #49
Conversation
paliwalparitosh
commented
Sep 4, 2023
•
edited
Loading
edited
- replaces local helm chart with helm repo - oci-onm
- adds support of OCI livelab
- includes outputs for helm chart commands and created oci resources
- removes helm template input - ociLAEntityID
- title: "Select an OKE Cluster deployed in this region to start monitoring" | ||
description: "Use CLI (Helm) if your cluster does not have public API Endpoint or restricted from accessing container-registry.oracle.com. See: https://github.com/oracle-quickstart/oci-kubernetes-monitoring" | ||
- title: Select an OKE cluster deployed in this region to start monitoring. | ||
description: "Use CLI (Helm) if your cluster does not have a public API endpoint or if it's restricted from accessing container-registry.oracle.com. See: https://github.com/oracle-quickstart/oci-kubernetes-monitoring" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rephrase to say:
Perquisites: OKE Cluster must have a public API endpoint and can pull image from container-registry.oracle.com. See https://github.com/oracle-quickstart/oci-kubernetes-monitoring for details.
- title: "OCI Observability & Management Services Configuration" | ||
description: "See: https://github.com/oracle-quickstart/oci-kubernetes-monitoring for list of resources created" | ||
- title: "OCI Observability and Management Services Configuration" | ||
description: "For a list of resources created, see: https://github.com/oracle-quickstart/oci-kubernetes-monitoring" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls point to a specific doc/readme/section
# Option to enable/disable metric server installation during helm deployment | ||
opt_deploy_metric_server: | ||
type: boolean | ||
title: Enable Metric Server Installation | ||
description: Uncheck this if Metric Server is already installed in your cluster. | ||
title: Enable Metric Server installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy Kubernetes Metric Server
Description: Kubernetes Metrics Server is required for scraping metrics. Select this checkbox if this OKE Cluster doesn't have Kubernetes Metrics Server deployment.
title: Select compartment for Logging Analytics, Management Agent, and Monitoring service resources | ||
description: This compartment will be used for creating Dashboards, Log Groups, Entities, Management Agent Keys, Metrics Namespace etc. See https://github.com/oracle-quickstart/oci-kubernetes-monitoring for full list of resources. | ||
title: Select compartment for Logging Analytics, Management Agent, and Monitoring service resources. | ||
description: "This compartment will be used for creating dashboards, log groups, entities, Management Agent keys, metric namespaces, and related resources. For a full list of resources, see: https://github.com/oracle-quickstart/oci-kubernetes-monitoring" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls use a specific page for list of resources created.
default: compartment_ocid | ||
|
||
# Option to create Logging Analytics | ||
opt_create_new_la_logGroup: # change this to create new log group | ||
type: boolean | ||
title: Check if you want to create a new Log Group | ||
title: Select this check box if you want to create a new log group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are creating a new log-group for each cluster so this checkbox should be inverted to say "Use existing log group"
@@ -191,8 +198,8 @@ variables: | |||
# Option to create Dynamic Group and Policies | |||
opt_create_dynamicGroup_and_policies: | |||
type: boolean | |||
title: Check to create Dynamic Group and Policies required for deploying monitoring solution | |||
title: Select this check box to create dynamic groups and policies that are required for deploying the monitoring solution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link to details of which dynamic groups and policies along w/ corresponding policies
#description: "Ref: https://github.com/oracle-quickstart/oci-kubernetes-monitoring#pre-requisites" | ||
description: "Note: The dynamic group definition must be updated, if node pool(s) and OKE Cluster are in different compartments." | ||
description: "Note: If node pools and the OKE cluster are in different compartments, then the dynamic group definition must be updated." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"must be updated..." manually