-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Setup system metrics collection (host, k8s, cilium, kubevirt) #95
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ephemeral: spectrum-95Your ephemeral k8s cluster is ready. Visit the dashboard at https://home.spectrum-95.fluence.dev You can obtain kubeconfig and talos config from this artifact. [[ -f ./kubeconfig ]] && export KUBECONFIG=$(realpath ./kubeconfig)
[[ -f ./talosconfig ]] && export TALOSCONFIG=$(realpath ./talosconfig) To get the token for kubernetes-dashboard auth run: kubectl -n kubernetes-dashboard create token kubernetes-dashboard-admin |
This was referenced Jan 23, 2025
nahsi
added a commit
that referenced
this pull request
Jan 30, 2025
* chore: Correct path for kubeconfig (#67) Correct name for kubeconfig * chore: fixed ccp-worker version (#68) fixed ccp-worker version * chore: Add release-please for terraform modules (#73) * lightmare chart -> 0.1.1 (#75) * chore: Separate module releases (#77) Separate releases * chore: Bump module version in examples (#81) Bump version * chore: Fix path in extra-files version bump (#82) F * chore: Correct version bump in examples (#86) Correct version bump in examples * chore(deps): update hashicorp/vault-action action to v3.1.0 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(main): release terraform-module-spectrum 0.1.0 (#89) * chore(main): release terraform-module-talos 0.1.0 (#88) Co-authored-by: Anatolios Laskaris <[email protected]> * chore(main): release terraform-module-k3s 0.1.0 (#87) Co-authored-by: Anatolios Laskaris <[email protected]> * chore(deps): update helm release kubernetes-dashboard to v7.10.1 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: Update talos to version 1.9.1 and add selinux workaround (#90) Update talos to version 1.9.1 and add selinux workaround * feat!: talos multinode initial support (#72) * Update * Fix instance type * Fix name * F * chore: Actually login to docker registry (#92) Actually login to docker registry * chore: Fix kubeconfig missing (#93) * chore: Fix kubeconfig * fix: kubeconfig creation waits for bootstrap (#94) Kubeconfig depends on bootstrap * chore(main): release terraform-module-talos 0.2.0 (#91) * chore: Bump kubevirt cdi (#96) Bump kubevirt cdi * feat: Setup system metrics collection (host, k8s, cilium, kubevirt) (#95) * fix: Bump talos version to 1.9.2 (#98) * chore(main): release terraform-module-spectrum 0.1.1 (#99) * chore(main): release terraform-module-talos 0.2.1 (#100) Co-authored-by: Anatolios Laskaris <[email protected]> * fix: Disable creation of service monitor for now (#102) * Disable cilium metrics for now * Disable kubevirt metrics for now * chore(main): release terraform-module-spectrum 0.1.1 (#101) * chore: Fix dependency on service-monitor and collect metrics from kube-scheduler and kube-controller (#103) * chore: Disable eip on ephemeral instance (#108) Disable eip on ephemeral instance * chore: Test metrics push (#107) * feat: update ccp-cu-worker to 0.16.1 (#109) update ccp-cu-worker to 0.16.1 * chore(deps): update dependency rancher/local-path-provisioner to v0.0.31 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: Enje Shakirova <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fluencebot <[email protected]> Co-authored-by: Mike Voronov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.