Skip to content
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

Feat: add cilium values #314

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bacterik
Copy link

@bacterik bacterik commented Mar 10, 2025

Description

This will add rke2_cilium HemChatConfig settings. If you for example would want to enable hubble-ui (or other settings).

example:

rke2_cilium_values:
  hubble:
    enabled: true
    relay:
      enabled: true
    ui:
      enabled: true
      standalone:
        enabled: true
      ingress:
        enabled: true
        hosts:
          - "hubble.example.com"

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Small minor change not affecting the Ansible Role code (GitHub Actions Workflow, Documentation etc.)

How Has This Been Tested?

This has been tested by running the role through a ansible-playbook to a lab and prod cluster, running RKE2 on three nodes each.

@MonolithProjects MonolithProjects self-assigned this Mar 14, 2025
@MonolithProjects MonolithProjects added the enhancement New feature or request label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants