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

Soufianej k3s calicocrd fixx #288

Merged
merged 4 commits into from
Jun 25, 2024

Commits on May 1, 2024

  1. Added a shell command to apply calico net policies

    In their new v3 api, calico started only allowing global network
    policies to apply through their [own api (kubectl calico)](projectcalico/calico#2918).
    
    This commit is to update the config calico ansible task to apply these
    policies using kubectl calico instead of kubectl.
    Soufiane Jounaid committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f49e955 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'stable/xena' into k3s-calicocrd-fixx

    Soufiane Jounaid committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a50ef89 View commit details
    Browse the repository at this point in the history
  2. Only applying the calico policies if necessary

    Soufiane Jounaid committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9502705 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Using kubectl apply instead of create

    Soufiane Jounaid committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfe8dcc View commit details
    Browse the repository at this point in the history