Versions Compared

Key

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

...

The procedure has been tested on a ubuntu 22.04LTS 64GB Ram.

RKE2 config

Install multus and calico CNI

Code Block
languageyaml
title/etc/rancher/rke2/config.yaml
cni:
 - multus
 - calico


Install metallb (LoadBalancer)

Prepare metallb_config.yaml

...

Code Block
languageshell
titleRKE
## metallb
rke2 apply -f https://raw.githubusercontent.com/metallb/metallb/v0.15.0/config/manifests/metallb-native.yaml
rke2 apply -f metallb_config.yaml

Install  local_path storage class


Code Block
languageshell
titleRKE
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml


Install  ARGOCD

prepare argocd_ingress.yaml

...