Read your blog : https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234
Excellent starter doc on operator-sdk. Thanks a lot for that. I did exactly the same thing which you did mention in the blog. I am not seeing status being populated in any of the command
1: kubectl describe podsets foo
2: kubectl get podsets -o json
Did you face the same issue ?
Read your blog : https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234
Excellent starter doc on operator-sdk. Thanks a lot for that. I did exactly the same thing which you did mention in the blog. I am not seeing status being populated in any of the command
1:
kubectl describe podsets foo2:
kubectl get podsets -o jsonDid you face the same issue ?