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)
Generating Controller Gen with Kubebuilder
I am trying to build out my Custom Resource project in Kubebuilder but it seems like I am missing my controller gen whenever I build it out. I keep getting the error:
/Users/*****/Kubernetes/postgres-...

Mabel Oza
Votes: 0
Answers: 2
Replicasets are not creating in mongodb community operator
I am creating mongodb cluster using following documentation.
https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/deploy-configure.md
I am trying to create custom resources as follo...

Anonymous Creator
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
Should Controller do cleanup for the Resource it's deleting?
I am new to Kubernetes Operators. I have a general question about how to conceive of cleanup at the point of deletion.
Let's say the Controller is managing a resource which consists of a Deployment am...
vmayer
Votes: 0
Answers: 1