Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a bug in the Docker image, add or replace the following string inside the common.yaml file o change the Puppet Class Pameters as in the examples:

Code Block
titletigera-calico-env
kubernetes::cni_network_preinstall: https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/tigera-operator.yaml
kubernetes::cni_network_provider: https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/custom-resources.yaml

...

Each variable in the two generated files can be redefined by Foreman, following Puppet's ENC paradigm


Image RemovedImage Added


Note
titlenat and proxy

If the nodes are on a private network, they need to be NATED and also specify the master's/control's endpoints in no_proxy

Note
titleTar package

Install tar into the machine,


Enable bridging in linux:

...