Open oussama-mechlaoui opened 3 years ago
I ran into this issue as well.
Basically, platform: 'eks'
has to be inside common:
, as seen in https://github.com/prometheus-operator/kube-prometheus/pull/1286. All the documentations still needed to be updated.
local kp = (import 'kube-prometheus/main.libsonnet') + {
values+:: {
common+: {
namespace: 'monitoring',
platform: 'eks',
},
},
However, if you properly activate the platform, you will trigger https://github.com/prometheus-operator/kube-prometheus/issues/1147 since the eks cni addon is broken.
So, I guess the only way to use 0.8+ for now is to not use eks-specific feature, until the issue above is fixed.
What happened?
I am not able to generate eks platform manifeste using eks-cni-example.jsonnet. I have used the kube-prometheus stack version release-0.9
Did you expect to see some different?
How to reproduce it (as minimally and precisely as possible):
jsonnet.json:
cni.jsonnet (main file):
then build manifests using the build.sh script.