处理前缀问题

This commit is contained in:
2023-08-23 00:07:43 +08:00
parent c977703502
commit 91dc397f5c
3 changed files with 24 additions and 3 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
## 命令
重启服务:
```
kubectl --kubeconfig=homelab.yaml --namespace=coal-master rollout restart deployment nginx
```
更新k8s配置文件
```
kubectl apply --kubeconfig=homelab.yaml -k .\k8s\master\
```