snaproute-mino / user-tools

external tools for CN-NOS users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnapRoute CN-NOS user tools

Installing user tools to local laptop / server

  1. Download the user tools installation script
curl -Lo user-tools-install.sh https://raw.githubusercontent.com/snaproute-mino/user-tools/v1.0.0/user-tools-install.sh
  1. Make the script executable
chmod +x user-tools-install.sh
  1. Run the user tools installation
./user-tools-install.sh
  1. Verify you can access the cluster using kubectl and the kubeconfig you generated
kubectl get sa

Setting up a new Kubernetes cluster for CN-NOS virtualization

https://github.com/snaproute-mino/user-tools/blob/v1.0.0/virtualization/README.MD

About

external tools for CN-NOS users

License:Apache License 2.0


Languages

Language:Shell 77.4%Language:Smarty 20.4%Language:Dockerfile 2.2%