...
Code Block | ||
---|---|---|
| ||
docker run --rm -v $(pwd):/mnt -e OS=redhat -e VERSION=1.2330.73 -e CONTAINER_RUNTIME=dockercri_containerd -e CNI_PROVIDER=cilium -e CNI_PROVIDER_VERSION=1.9.0calico-tigera -e ETCD_INITIAL_CLUSTER=plsparcdom001plelinpdom001:19210.16816.1094.10099 -e ETCD_IP="%{networking.ip}" -e KUBE_API_ADVERTISE_ADDRESS="%{networking.ip}" -e INSTALL_DASHBOARD=true -e CNI_NETWORK_PREINSTALL=https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/tigera-operator.yaml -e CNI_NETWORK_PROVIDER=https://raw.githubusercontent.com/ciliumprojectcalico/ciliumcalico/v1v3.27.90/installmanifests/kubernetes/quickcustom-installresources.yaml puppet/kubetool:6.2.0 |
The initialization phase, as seen from the command, requires a container manager installed on the Puppet server to generate two files:
...