You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we install new chart should i take release name as random number with krius ?
If release name and namespace is passed by flag like below
--name=my-release
--namespace=demo
else generate it
do we need to give support for values.yaml as well ?
Not for Prometheus operator
What we need to do when use give command krius configure objstore , this is because to install receiver we need to use objstore , so will it be in sequence or receiver install will install objstore automatically, also values.yaml need to be passed
how we will do helm repo add for eg. when we do "helm install [RELEASE_NAME] prometheus-community/kube-prometheus-stack"
How we will be adding sidecar to the existing prometheus component if the release name is dynamically generated
The text was updated successfully, but these errors were encountered:
We will also have to register a command to list the kirus releases (non-profile) which the user can use to grab the release name.
Something like krius list releases or krius list proms
The release names needs to be passed for example, when the user wants to install thanos sidecar.
when we do
krius install Prometheus
, which chart we need to use ?We need to use Prometheus Operator also we need to use helm sdk to install the chart etc (not the direct command) ?
https://infracloud.slack.com/archives/C01MS8GSG03/p1617870417010200
When we install new chart should i take release name as random number with krius ?
If release name and namespace is passed by flag like below
--name=my-release
--namespace=demo
else generate it
do we need to give support for values.yaml as well ?
Not for Prometheus operator
how to we install sidecar or receiver through thanos from which chart ?
i. As per discussion with Shaunak and other's when we do
krius install thanos sidecar
we need to use https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/templates/prometheus/prometheus.yaml#L262 to enable the sidecarii. when we do
krius install thanos receiver
then we have to use https://github.com/bitnami/charts/tree/master/bitnami/thanoshttps://infracloud.slack.com/archives/C01MS8GSG03/p1617870417010200
Note: to install receiver objstore configuration need to be installed
Below questions need to be confirmed
What we need to do when use give command
krius configure objstore
, this is because to install receiver we need to use objstore , so will it be in sequence or receiver install will install objstore automatically, also values.yaml need to be passedhow we will do helm repo add for eg. when we do "helm install [RELEASE_NAME] prometheus-community/kube-prometheus-stack"
How we will be adding sidecar to the existing prometheus component if the release name is dynamically generated
The text was updated successfully, but these errors were encountered: