Closed hisarbalik closed 4 years ago
With k8s version 1.18 CR validation rules has been changed, prometheus CRs are not more compatible with newest kubernetes version. Main issue is list/map type declaration and default values in CRs. Default values should be removed and list/map types changed (mainly structure changes like no top-level version and validation anymore)
Prometheus operator will release fix with next version, until this released all CRs will be in current version manually adapted.
Description
Monitoring chart with version 0.38.0 not installable on k8s 1.18 with following error
Issue is knowing, ticket from Promethues-Operator project -> https://github.com/coreos/prometheus-operator/issues/3122 Expected result
Monitoring chart install without validation error on k8s 1.18
Actual result
Kyma installation fail due to prometheus CRD validation error
Steps to reproduce
Create cluster with k8s version 1.18 Install master branch with kyma cli