Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having issue with crd #26

Open
inteltechs opened this issue Jun 15, 2023 · 0 comments
Open

having issue with crd #26

inteltechs opened this issue Jun 15, 2023 · 0 comments

Comments

@inteltechs
Copy link

inteltechs commented Jun 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant