Skip to content

feat: enable-kube-apiserver-metrics profile #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c42f6d4
enable service-monitors for ccg (#89)
jokuniew Apr 11, 2025
a620ebc
Merge branch 'main' into co-2.1
jokuniew Apr 17, 2025
01247bb
chore: add resource definitions for cluster orchestration elements (#…
pbartosik Apr 18, 2025
64964bf
bump ccg version
MikolajKasprzak Apr 22, 2025
21dfdb4
feat: enabled template controller metrics (#208)
adorney99 Apr 22, 2025
e38946a
Merge branch 'main' into co-2.1
jokuniew Apr 23, 2025
eadfec7
CO: enable advanced CAPI providers configuration (#181)
jdanieck Apr 24, 2025
35df3fd
feat: add webhook service configuration to cluster manager (#163)
jokuniew Apr 25, 2025
07122a4
Merge branch 'main' into co-2.1
jokuniew Apr 25, 2025
e0d7e63
enable kube api server metrics
MikolajKasprzak Apr 25, 2025
80bbcb1
Merge branch 'main' into co-2.1
jokuniew Apr 28, 2025
50d3772
feat: enable cluster-api metrics for operator/controlplane/bootstrap …
jokuniew Apr 29, 2025
3376a10
Merge branch 'main' into co-2.1
jokuniew Apr 29, 2025
058b0bb
Merge branch 'main' into co-2.1
jokuniew Apr 30, 2025
eed15c2
Merge branch 'main' into co-2.1
Paulina-Osikoya Apr 30, 2025
a975de6
Merge branch 'main' into co-2.1
jokuniew May 5, 2025
aec55ac
Merge branch 'main' into co-2.1
jokuniew May 6, 2025
c8f9c67
chore: remove duplicated license header
jokuniew May 6, 2025
07b3096
version: cluster-manager 2.1.0
eoghanlawless May 6, 2025
3efce6c
chore: update cluster-manager metrics config
eoghanlawless May 6, 2025
ec0fc4a
chore: disable kubeApiServer in orchestrator-prometheus-agent configu…
jokuniew May 7, 2025
43b7b97
feat: enable-kube-apiserver-metrics profile
jokuniew May 7, 2025
014491e
Merge branch 'main' into kubeapiserver-metrics
jokuniew May 8, 2025
10cb3e4
Merge branch 'main' into kubeapiserver-metrics
jokuniew May 14, 2025
988185e
refactor: move kube-apiserver metrics to enable-metrics
jokuniew May 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ prometheus:
resources:
{{- toYaml . | nindent 6 }}
{{- end }}

{{- if (index .Values.argo.enabled kube-apiserver-metrics) }}
kubeApiServer:
enabled: true
{{- end }}
6 changes: 5 additions & 1 deletion orch-configs/profiles/enable-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ argo:
infra-external:
enableMetrics: true
# Currently unused - note that it is not specifiying the required resources.
# It must be enabled together other infra profiles.
# It must be enabled together other infra profiles. - what profiles?

# kube-apiserver metrics
enabled:
kube-apiserver-metrics: true
Loading