Eks Cluster Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2023 08:48 PM
The below blog was very helpful for Kubernetes discovery
Do you have any documents for EKS Cluster Discovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 02:29 AM
Sorry I didn't remember the CI class where these attributes were present but you need to debug the Kubernetes pattern or see existing discovery pattern logs to see and understand why these are not populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 01:49 AM
Hi @SiD2,
while debugging log we found this error for the kubernetes event pattern which in term calling kubernetes call operation
previously we added code to the kubernetes Get Call operation as per this knowledge article
Openshift Kuberenetes failing with java script Exeception - Known Error (servicenow.com)
now we are getting this error in get Namespace step
"message" : "2024-04-18 23:00:11: Exception occurred while executing operation Kubernetes Get Call. Custom operation Failed to run script due to the following error: JAVASCRIPT_CODE_FAILURE: Cannot convert null to an object.. Custom operation Failed to run script due to the following error: JAVASCRIPT_CODE_FAILURE: Cannot convert null to an object.",
Kindly help related to this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 05:04 AM
Kubernetes Event pattern is to handle the events coming from k8s, I guess just "Kubernetes" pattern will be triggered ideally.
However you need to debug the pattern and see where null is coming and an operation is performed on it.
To me it seems some config problem, you can raise a case with us and someone can assist on this.