-
Notifications
You must be signed in to change notification settings - Fork 109
Create a Memcached CR #32
Comments
Having same issue, log from operator:
|
I have same issue too. $ kubectl apply -f deploy/crds/cache_v1alpha1_memcached_cr.yaml $ kubectl get deploy $ kubectl get -f deploy/crds/cache_v1alpha1_memcached_cr.yaml |
Hi @Michkov , @takara9 and @oscarpicasso-intact, Looking the error raised here:
Shows that the roles were not applied in the cluster. Note that the following files need to be applied to it.
In order to be able to troubleshooting and have better information to check what is wrong see the logs of the operator pod created in the cluster. I hope that this information helps you with. |
Dear, We did a few improvements in the getting started in order to provide more information to help you with. Please, feel free to check it #46. |
I have the same issue... $ kubectl create -f deploy/role.yaml kubectl create -f deploy/role_binding.yaml kubectl apply -f deploy/crds/cache_v1alpha1_memcached_cr.yaml $ kubectl get deployments No new deployments are pods created for the example-memchaced. |
Hi @skckadiyala, Could you please follow the changes performed in the PR https://github.com/operator-framework/getting-started/blob/28d3a7d0bce5838e0a3f8ad6a94b195e914684f0/README.md? Note that you need:
Also, I'd recommend applying all in the same namespace. To troubleshooting:
Please, let me know if with the above info and by following the PR changes you were able to make it works. |
Thanks @camilamacedo86 , the issue is resolved in my environment with the instructions in the PR. |
@camilamacedo86 I'm having the same problem using the operator sdk v0.17.0 in an EKS cluster, I've recreated the cluster, started from scratch with the project, and no luck. When I see the logs of the memcached operator pod, I see the following:
And, if I run the following command to verify the SA permissions, I get a "yes" answer:
I'm not sure what I'm doing wrong but it's not working for me. Update 1 Update 2 |
I followed the guide with no issue until section Create a Memcached CR. Then I executed
The example-memcached object is created in the namespace however no new deployments and pods are created.
The text was updated successfully, but these errors were encountered: