Skip to content

Commit 093aafd

Browse files
Clarify and enforce cluster name format in Helm values (#112)
1 parent bd94a2a commit 093aafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ Create OCI Logging Analytics LogGroup(s) if not done already. Refer [Create Log
196196
# -- OCID for OKE cluster or a unique ID for other Kubernetes clusters.
197197
kubernetesClusterID:
198198
# -- Provide a unique name for the cluster. This would help in uniquely identifying the logs and metrics data at OCI Logging Analytics and OCI Monitoring respectively.
199+
# -- Must follow the format '<Cluster_Name>_<Cluster_Creation_Time>' instead of just the cluster name.
199200
kubernetesClusterName:
200201
201202
oci-onm-logan:

0 commit comments

Comments
 (0)