Open rschalo opened 1 week ago
Name | Link |
---|---|
Latest commit | 09b45e80172b8c2262369ae9b3f1251513ff5a29 |
Latest deploy log | https://app.netlify.com/sites/karpenter-docs-prod/deploys/673e381d24c2af0008463161 |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/cloudprovider/cloudprovider.go | 8 | 13 | 61.54% | ||
pkg/controllers/nodeclass/status/validation.go | 4 | 11 | 36.36% | ||
<!-- | Total: | 15 | 27 | 55.56% | --> |
Totals | |
---|---|
Change from base Build 11924046371: | -0.1% |
Covered Lines: | 5694 |
Relevant Lines: | 6916 |
Fixes #N/A
Description When validation is patched off the CRD, we currently overwrite incorrect
kubernetes.io/cluster/
tags to isolate nodes created by this cluster from other clusters that may be sharing cluster and karpenter roles. This change takes this enforcement further by marking the affected ec2nodeclass as NotReady.How was this change tested? local testing
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.