👩🏫L1 Node Operation Tutorial
Prerequisite: Install K3s
1. Install K3s:
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=traefik" sh -s -2. Configure kubeconfig:
mkdir ~/.kube
sudo cat /etc/rancher/k3s/k3s.yaml | tee ~/.kube/config >/dev/null3. Verify the installation:
kubectl get nodes4. Install Helm tool:
5. Install Ingress Nginx:
6. Using mounted disk /mnt/storage
/mnt/storageTitan L1 Node Installation and Startup
Network Requirements
Step 1: Download titan-L1 program
titan-L1 programStep 2: Set execution permissions
Step 3: Configure storage environment variables
Step 4: Run the program in the background
Step 5: 👉Apply Identity Codebind👈
Step 6: Bind the identity code
Caution:
最后更新于