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

kind: calico-friendly cluster configuration #675

Merged
merged 3 commits into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. kind: calico-friendly cluster configuration

    Adds a new option `--disable-default-cni` to the cluster creation
    commands. Useful to disable Kindnet to be able to install Calico for
    working with network policies.
    
    Note: if a cluster is created in this way, one has to additionally
    install Calico as follows before deploying REANA:
    
    $ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.2/manifests/tigera-operator.yaml
    $ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.2/manifests/custom-resources.yaml
    tiborsimko committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    978429f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322643f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f056bb6 View commit details
    Browse the repository at this point in the history