You might encounter the following error when you the IP addresses is changed on the host machine:
Unable to connect to the server: x509: certificate is valid for <internal IPs>, not <external IP>Nodes in the Kubernetes cluster may remain in an "Unhealthy" state on the control plane/master node after they are restarted.
This problem occurs because the nf_conntrack module, which is essential for network connection tracking, is not automatically loaded on reboot.
To ensure nodes reconnect properly after a restart, you need to make sure the nf_conntrack module is loaded at boot on all workers nodes thought this command;
If you encounter missing network drivers when installing Ubuntu on new machines, you might notice that network cards are listed as (UNCLAIMED) when you execute the command:
lshw -c networkThis indicates that your device requires Hardware Enablement (HWE).
sudo microk8s kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.20.2/cert-manager.yaml
sudo microk8s kubectl wait --for=condition=available deployment/cert-manager -n cert-manager --timeout=120sThis script can be used to install Microsoft sql server 2019 on Ubuntu 20.04 versions
# Password for the SA user (required)
MSSQL_SA_PASSWORD='<ENTER SA PASSWORD HERE>'
# Product ID of the version of SQL server you're installing
# Must be evaluation, developer, express, web, standard, enterprise, or your 25 digit product key
# Defaults to developer