...
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 | ||
---|---|---|
| ||
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
Note | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
Install tar into the machine, |
Enable bridging in linux:
...