python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extract status of Kubernetes CR created via ansible-operator
I am new to json query. Facing trouble extracting the status.conditions[ansibleResult].type
I have a CRD defined and created CR against the same, which is picked up by operator-sdk running ansible in ...

Soham Sarbadhikari
Votes: 0
Answers: 1
Kubernetes Webhook - Multiple hubs defined for group-kind
Trying to deploy my webhook using operator-sdk I got this error in the logs:
conversion check failed {"object": {"metadata":{"creationTimestamp":null},"spec":{}...

Christian Altamirano Ayala
Votes: 0
Answers: 1
How to release custom k8s operator when i need to run migration script?
I abstract my software as a k8s operator. When I want to release my software, there are two solutions, which one is better?
Create a new service to detect version change whether need to run the migra...
ice coffee
Votes: 0
Answers: 1
Operator SDK - Update CreationTimestamp
I am currently writing a Kubernetes Operator using Golang and the Operator SDK.
In order to know if the creation of a resource has timed out I check the CreationTimestamp property of my current resour...

Angry Red Panda
Votes: 0
Answers: 1