You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install this operator on our EKS cluster version 1.23 but having some issues with the crd. Wondering if this is known issue with our kubernetes 1.23. I tried that on 1.26 and 1.27 with the same issues.
kubectl -n aerospike-operator get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
aerospike-operator ClusterIP 172.20.159.191 443/TCP 4m31s
kubectl -n aerospike-operator get deployment
NAME READY UP-TO-DATE AVAILABLE AGE
aerospike-operator 2/2 2 2 5m7s
kubectl get crd | grep aerospike returned nothing
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am trying to install this operator on our EKS cluster version 1.23 but having some issues with the crd. Wondering if this is known issue with our kubernetes 1.23. I tried that on 1.26 and 1.27 with the same issues.
git clone https://github.com/travelaudience/aerospike-operator.git
cd aerospike-operator
kubectl create -f docs/examples/00-prereqs.yml
kubectl create -f docs/examples/10-aerospike-operator.yml
kubectl -n aerospike-operator get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
aerospike-operator ClusterIP 172.20.159.191 443/TCP 4m31s
kubectl -n aerospike-operator get deployment
NAME READY UP-TO-DATE AVAILABLE AGE
aerospike-operator 2/2 2 2 5m7s
kubectl get crd | grep aerospike returned nothing
The text was updated successfully, but these errors were encountered: