Open FayeG2b opened 9 months ago
The IP address 10.206.44.45 is the IP address of the redis-operator pod
Some progress.
I did helm install redis-operator --version 0.15.9 ot-helm/redis-operator --namespace redis-operator --set redisOperator.webhook=true --set certmanager.enabled=true
and now I get a new error:
Error from server: conversion webhook for redis.redis.opstreelabs.in/v1beta1, Kind=RedisCluster failed: Post "https://webhook-service.redis-operator.svc:443/convert?timeout=30s": tls: failed to verify certificate: x509: certificate signed by unknown authority
More progress I'm now trying kubectl get rediscluster --all-namespaces --insecure-skip-tls-verify
and am getting this error:
Error from server: conversion webhook for redis.redis.opstreelabs.in/v1beta1, Kind=RedisCluster failed: Post "https://webhook-service.redis-operator.svc:443/convert?timeout=30s": no endpoints available for service "webhook-service"
I encountered the same problem as you.
I was able to fix this by using v1beta2
instead of v1beta1
.
apiVersion: redis.redis.opstreelabs.in/v1beta2
Good to hear.
I'll post more details soon.
What version of redis operator are you using?
I'm upgrading from v11 to v15
redis-operator version: v15
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
kubectl version
)?kubectl version
OutputWhat did you do?
What did you expect to see?
A list of rediscluster objects
What did you see instead?
Error from server: conversion webhook for redis.redis.opstreelabs.in/v1beta1, Kind=RedisCluster failed: Post "https://webhook-service.redis-operator.svc:443/convert?timeout=30s": dial tcp 10.206.44.45:9443: connect: connection refused