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)
Kubernetes customized controller for collaborated auto scaling
I am very new to Kubernetes CRD and customized controller. I am trying to implement a customized controller that horizontally scale my CRD instances in a collaborated way. For example, suppose I have ...
Irvin Liang
Votes: 0
Answers: 1
K8s Operator listen to secret change with event filter
We have created a few month ago controller which runs great using kubebuilder.
Few weeks ago we added a “listener” to a secret which when the secret is changing (secret properties)
The reconcile shoul...
Jenney
Votes: 0
Answers: 1
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
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