Open Issues Need Help
View All on GitHubHome for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: A flaky E2E test in `capi-e2e-main` is failing during the upgrade of a workload cluster using ClusterClass with RuntimeSDK. The test, `Should create, upgrade and delete a workload cluster`, reports "Resource versions didn't stay stable", indicating a potential race condition or unexpected resource modification during the upgrade process.
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: This issue requests the addition of unit test cases for the `release notes tools generator` located at `hack/tools/release/notes/main.go`. The primary goal is to improve the test coverage of this Go utility. A specific reference comment is provided for further context or guidance.
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: This issue requests an update to the `coredns/corefile-migration` dependency to version `v1.0.28`. It explicitly notes that automated cherry-picking usually fails due to merge conflicts, indicating that manual intervention will be required to apply this update.
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: This issue aims to update the development observability stack located in `hack/observability` to its latest component versions. A key part of this update involves migrating the log collection agent from Promtail to Alloy, following Grafana's announcement of Promtail's merger into Alloy.
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: Investigate and resolve failing end-to-end (e2e) tests for the Cluster API project. Multiple e2e jobs are failing due to networking conformance test failures, specifically related to dual-stack IPv6 functionality. The task involves analyzing test logs, debugging networking issues within the e2e test environment, and potentially identifying and fixing problems in the Cluster API codebase or its dependencies.
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: Update the examples and code snippets in the Cluster API book to reflect the v1beta2 API version. This involves updating API versions and adjusting objects according to the latest CRDs. The task should be split into three PRs: one for Cluster, one for ClusterClass, and one for all other components.
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: The Cluster API project's golangci-lint CI job is failing intermittently due to a 'connection reset by peer' error when verifying the configuration file. The task is to investigate the root cause of this network connectivity issue during the golangci-lint configuration verification step, which involves accessing a remote JSON schema. This likely involves troubleshooting network settings within the GitHub Actions runner environment or identifying potential issues with the remote schema URL.
Home for Cluster API, a subproject of sig-cluster-lifecycle
AI Summary: Investigate why some tests in the `test/framework/*` directory of the Cluster API project are not being executed in the Continuous Integration (CI) pipeline. The goal is to identify the cause of the missing test execution and implement a fix to ensure all tests are run during CI.
Home for Cluster API, a subproject of sig-cluster-lifecycle