-
Notifications
You must be signed in to change notification settings - Fork 170
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
Split Kubermatic alerts into master and seed #2909
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: 761f76b0c52019ee679e92cd9c18c2825fb85457
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* split kubermatic alerts into master and seed * rebuild outdated alerting rules
* Use downstream triple package Upstream removed the triple package[0], in order to be able to upgrade client-go we need to have a downsream version. [0] kubernetes/kubernetes#70966 * WIP * Update fixtures * Override cluster-api dependency * Fix linting * Split Kubermatic alerts into master and seed (#2909) * split kubermatic alerts into master and seed * rebuild outdated alerting rules * Remove clusterv1alpha1 clientset dependecy from cluster controller * Remove unused script * Use ctrlruntimeClient in pkg/handler/node_v1.go * Finish moving handler to ctrlruntimeClient * Remove GetAdminKubernetesClientForCustomerCluster from Clusterprovider * Use dynamic client for machines in conformance tester * Fix handler tests * Remove unused script * Fix linting * Actually fix linting error * Register schemes * Register clusterapi scheme in usercluster connection provider * Remove redundant options to the dynamic client * Filter list calls * Put impersonated users into system:authenticated group This is required for some very basic things like API discovery to work * Dep ensure * Add permissions to get nodes * Rbac generator script: Use a different metrics serving port than cluster controller * Fixup rbac for usercluster nodes * Dont fatalf outside of main * Print reconciling info on level four
What this PR does / why we need it:
The Kubermatic chart now allows to not deploy master components, so we need to make sure that there are no false positive alerts being fired all the time.
Existing installations will continue to work because their
kubermatic-*.yaml
expression in the values.yaml will match both new alert YAML files.Which issue(s) this PR fixes:
Fixes #2861
Release note: