Skip to content

Add Talos kubernetes provider to support Kubeprism endpoint #3964

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pythoner6
Copy link

Description

Fixes #3470 by adding a new kubenetes provider for Talos, which detects setting the k8s service endpoint up for kubeprism and handling it similarly to the existing DockerEE provider. I couldn't find any other existing way to get the operator to use the kubeprism endpoint for host networked pods, but the k8s service for non-host networked pods.

Added unit tests for the new provider as well as tested deploying on my physical homelab cluster of RPIs.

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

@CLAassistant
Copy link

CLAassistant commented Jun 2, 2025

CLA assistant check
All committers have signed the CLA.

@radTuti radTuti modified the milestones: v1.39.0, v1.40.0 Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support KubePrism endpoint on Talos
4 participants