Replies: 1 comment 4 replies
-
You should check oap logs. It seems crashed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have deployed helm chart on EKS cluster and data stored in AWS RDS, last week it was working fine and i was able to access URL.
Suddenly this week UI is not accessible and in UI pod getting below error :
No customization are done in provided helm chart.
Below are the version used :
set {
name = "oap.image.tag"
value = "10.1.0 "
}
set {
name = "oap.storageType"
value = "postgresql"
}
set {
name = "ui.image.tag"
value = "10.1.0"
}
What can cause this error ?
Beta Was this translation helpful? Give feedback.
All reactions