Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored May 20, 2024
1 parent ec92f9a commit bcfdd40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions K8s/kube-vip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ kube-vip manifest pod \
--arp \
--leaderElection | tee /etc/kubernetes/manifests/kube-vip.yaml
```

#### 2.部署第一台k8s master节点
```bash
export VIP=192.168.88.200
sudo kubeadm init --control-plane-endpoint "$VIP:6443" --upload-certs
```


#### 常见问题
1. 报错:`ctr: image "ghcr.io/kube-vip/kube-vip:v0.8.0": not found`
解决方案:`ctr image pull ghcr.io/kube-vip/kube-vip:v0.8.0`

0 comments on commit bcfdd40

Please sign in to comment.