From e5a81ac5f40de33a8b13e9c4399237e95c16cc0f Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Mon, 16 May 2022 13:54:05 +0200 Subject: [PATCH] Update Redis slave image The old image required the `vsyscall=emulate` kernel parameter to work correctly because of an old glibc version which is incompatible with newer kernels. This fails with Rancher Desktop for example. Details at: https://github.com/rancher-sandbox/rancher-desktop/issues/2215 --- simple/redis-slave-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/redis-slave-deployment.yaml b/simple/redis-slave-deployment.yaml index dfdcd00..3005360 100644 --- a/simple/redis-slave-deployment.yaml +++ b/simple/redis-slave-deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: slave - image: gcr.io/google_samples/gb-redisslave:v1 + image: gcr.io/google_samples/gb-redisslave:v2 resources: requests: cpu: 100m