This commit is contained in:
2024-10-01 23:29:12 +10:00
parent c106e2c8d6
commit d12e9856ea
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Errors
# The connection to the server localhost:8080 was refused - did you specify the right host or port?
export KUBECONFIG=/etc/kubernetes/admin.conf
# Then
kubectl get pods
+6
View File
@@ -0,0 +1,6 @@
## │ 1:M 01 Oct 2024 13:20:15.014 # Bad file format reading the append only file appendonly.aof.92852.incr.aof: make a backup of your AOF file, then use ./redis-check-aof --fix <filename.manifest>
```
# cp aof file ...
sudo apt install redis-tools
sudo redis-check-aof --fix appendonly.aof.92852.incr.aof