Skip to main content

Components

Argocd

  • Hamgit’s token gets expired every year and needs to be updated

Loadbalancer

Some clusters have private loadbalancers to enable access from other clusters in private range.

To have a private loadbalancer:

  • Get pool_name and namespace from customer
  • Edit hlb-config cm in platform-system namespace
  • In the “addresses”, you should add a key with <namespace>-<pool_name> with a private IP address given by private ipam.

If you saw the key of “namespace-pool” with some ips, these are reserverd ips so that you can simply pick them for your configuration.

If these was no reserved private IPs:

  • after getting IP from private ipam, add it into ens160 of netplan in fw vm.
  • Before doing this, you should comment something out in 90-frigate-config file.
  • Escalate to hanieh or majid in this case. :))

Private IPAM

This component is used to get private IP addresses for different cluster nodes and private lbs.

To work with:

  • hamravesh-c18/hamraves-k8s/svc/netbox

Credentials can be found in cm and secret with user “hamravesh”