diff --git a/k8s.sh b/k8s.sh new file mode 100644 index 0000000..70b7445 --- /dev/null +++ b/k8s.sh @@ -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 + + diff --git a/redis.md b/redis.md new file mode 100644 index 0000000..f876904 --- /dev/null +++ b/redis.md @@ -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 + +``` +# cp aof file ... +sudo apt install redis-tools +sudo redis-check-aof --fix appendonly.aof.92852.incr.aof