https://itectec.com/ubuntu/ubuntu-getting-openconnect-vpn-to-work-through-network-manager/
In your network file still "/etc/NetworkManager/system-connections/YOUR_VPN_CONNECTION_NAME.nmconnection"
Update the dns-search
entry in the ipv4
section with the appropriate nameservers. e.g.: dns-search=domain_1.local;another_domain.local;
sudo systemctl restart NetworkManager.service
If you want to save the password:
nmcli con mod Work vpn.secrets 'form:main:group_list=The Default Group','form:main:username=your_vpn_username','save_passwords=yes'
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb
bash_profile|.zshrh
start_kubernetes() {
minikube start --driver=docker
eval $(minikube docker-env)
}
start_kubernetes