15 lines
193 B
Markdown
15 lines
193 B
Markdown
# fukuops
|
|
|
|
## useful commands
|
|
|
|
- on ramiel:
|
|
|
|
```bash
|
|
ethtool -K eno1 tx off rx off
|
|
```
|
|
|
|
- upgrade argo
|
|
|
|
```bash
|
|
helm upgrade argo-cd argo/argo-cd -n argo-cd -f k8s/helm/argo-cd/values.yaml
|
|
```
|