Versions Compared

Key

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

...

rgargana-installer (in baltig)



Il modulo The puppetlabs-kubernetes  necessita di una prima inizializzazione, come da guida, per settare alcuni parametri comuni sia la control che al workerkubernetes module requires an initial setup, as per the guide, to set some parameters common to both the control and worker nodes:


Code Block
titlek8s Hiera for K8s
docker run --rm -v $(pwd):/mnt -e OS=redhat -e VERSION=1.23.7 -e CONTAINER_RUNTIME=docker -e CNI_PROVIDER=cilium -e CNI_PROVIDER_VERSION=1.9.0 -e ETCD_INITIAL_CLUSTER=plsparcdom001:192.168.109.100 -e ETCD_IP="%{networking.ip}" -e KUBE_API_ADVERTISE_ADDRESS="%{networking.ip}" -e INSTALL_DASHBOARD=true -e CNI_NETWORK_PROVIDER=https://raw.githubusercontent.com/cilium/cilium/v1.9/install/kubernetes/quick-install.yaml  puppet/kubetool:6.2.0

...