Does this issue reproduce with the latest release?
Sentinel : 0.15.12
redis-replication : 0.15.11
What operating system and processor architecture are you using (kubectl version)?
kubectl version Output
$ kubectl version
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.21.9
WARNING: version difference between client (1.28) and server (1.21) exceeds the supported minor version skew of +/-1
Sentinel is running without password which is not recommended
Running sentinel without TLS mode
ACL_MODE is not true, skipping ACL file modification
Starting sentinel service .....
7:X 28 Nov 2023 10:52:28.282 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
7:X 28 Nov 2023 10:52:28.282 * Redis version=7.2.1, bits=64, commit=00000000, modified=0, pid=7, just started
7:X 28 Nov 2023 10:52:28.282 * Configuration loaded
7:X 28 Nov 2023 10:52:28.283 * monotonic clock: POSIX clock_gettime
7:X 28 Nov 2023 10:52:28.285 # Failed to write PID file: Permission denied
7:X 28 Nov 2023 10:52:28.285 * Running mode=sentinel, port=26379.
7:X 28 Nov 2023 10:52:28.285 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
7:X 28 Nov 2023 10:52:28.389 * Sentinel new configuration saved on disk
7:X 28 Nov 2023 10:52:28.389 * Sentinel ID is 8f6396b6aaa71b047d354bc6bd17a3642b7a911d
7:X 28 Nov 2023 10:52:28.389 # +monitor master myMaster 10.42.58.184 6379 quorum 2
7:X 28 Nov 2023 10:52:28.391 * +slave slave 10.42.252.231:6379 10.42.252.231 6379 @ myMaster 10.42.58.184 6379
7:X 28 Nov 2023 10:52:28.398 * Sentinel new configuration saved on disk
7:X 28 Nov 2023 10:52:28.398 * +slave slave 10.42.57.225:6379 10.42.57.225 6379 @ myMaster 10.42.58.184 6379
7:X 28 Nov 2023 10:52:28.473 * Sentinel new configuration saved on disk
7:X 28 Nov 2023 10:53:08.401 * +sentinel sentinel b60a9e330ccf502f658e1009eff9f1aab575f737 10.42.252.248 26379 @ myMaster 10.42.58.184 6379
7:X 28 Nov 2023 10:53:08.404 * Sentinel new configuration saved on disk
7:X 28 Nov 2023 10:53:54.208 * +sentinel sentinel a2b2be50ea5f14b92182e88683af0d4f02146349 10.42.58.161 26379 @ myMaster 10.42.58.184 6379
7:X 28 Nov 2023 10:53:54.210 * Sentinel new configuration saved on disk
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
Code secret
InputSentinel value.yml file
InputReplication value.yml file
InputWhat did you expect to see?
Sentinel log
OutputSentinel config file
OutputRedis config file
OutputWhat did you see instead?
Sentinel log
OutputSentinel config file
OutputRedis config file
Output