A flexible and scalable platform for running Kubernetes control plane APIs.

hacktoberfest kubernetes
35 Open Issues Need Help Last updated: Jul 7, 2026

Open Issues Need Help

View All on GitHub

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted kind/bug

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted kind/bug area/cli

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted kind/feature

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
documentation help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
good first issue help wanted kind/documentation

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
good first issue help wanted go kind/cleanup

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted needs-triage kind/cleanup

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted kind/feature

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
enhancement help wanted priority/low

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
bug help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
enhancement help wanted priority/low

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
documentation good first issue help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
documentation good first issue help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
bug help wanted priority/medium

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
good first issue help wanted priority/low

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
documentation help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
documentation help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes
bug good first issue help wanted priority/high

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: The task is to modify the KubeFlex project to prevent PostCreateHooks from running until after the ControlPlane's in-cluster kubeconfig is written. This addresses flakiness issues observed when initializing certain types of control planes (like vcluster) where PostCreateHooks, often jobs, start before the necessary kubeconfig is available, leading to failures. The solution involves delaying the execution of PostCreateHooks until the ControlPlane's status indicates the kubeconfig secret is ready.

Complexity: 4/5
bug help wanted go

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: Debug a KubeFlex CLI command that produces seemingly erroneous messages ('no kubeconfig context... was found') while successfully switching Kubernetes contexts. The task involves analyzing the CLI's output, understanding its context switching mechanism, and potentially modifying the CLI's logging or error handling to provide clearer feedback to the user.

Complexity: 4/5
good first issue help wanted go priority/low

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: Update the `AssignControlPlaneToContext` function in the `pkg/kubeconfig` package to correctly assign a control plane name to a context's kubeflex extension. This involves adding the missing logic to set the `ExtensionControlPlaneName` key with the provided control plane name. Additionally, create a new unit test file (`kubeconfig_test.go`) containing positive and negative test cases for the updated function, ensuring proper setup and teardown.

Complexity: 3/5
enhancement help wanted go

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: Update the KubeFlex user documentation (docs/users.md) to reflect breaking changes introduced in version 0.9.0 related to extensions, as detailed in issue #435. This involves adding a section describing these changes and their impact on users.

Complexity: 2/5
documentation help wanted

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: Update the e2e test script `test/e2e/manage-type-vcluster.sh` to verify that the `kflex create` command correctly assigns the control plane name within the context-scope extension in a kubeconfig, after the implementation of #436. This involves ensuring the `AssignControlPlaneToContext` function works as expected and fixing any resulting CI failures.

Complexity: 3/5
enhancement help wanted go

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes

AI Summary: Implement the `AssignControlPlaneToContext` function within the `kflex create` command to correctly populate the kubeconfig context with control plane information, including a `controlplane-name` extension. Update the E2E tests (`test/e2e/manage-type-k8s.sh`) to verify the changes and ensure all tests pass.

Complexity: 4/5
enhancement help wanted go

A flexible and scalable platform for running Kubernetes control plane APIs.

Go
#hacktoberfest#kubernetes