metacontroller icon indicating copy to clipboard operation
metacontroller copied to clipboard

Lightweight Kubernetes controllers as a service

Results 57 metacontroller issues
Sort by recently updated
recently updated
newest added

Greetings, I'm trying to follow the example in https://github.com/GoogleCloudPlatform/metacontroller/tree/master/examples/service-per-pod and executing `kubectl apply -f service-per-pod.yaml` will result in: ``` error: unable to recognize "service-per-pod.yaml": no matches for kind "Deployment" in...

Had to crank up log verbosity to get to the bottom of this, but what I'm seeing is the following sequence of events: 1. Custom resource created 2. Metacontrolller adds...

Hi, I was hoping to be able to keep some state within the status part of the resource and retrieving it within the hook calback with something like: ``` cnameRef...

We recently started using metacontroller. While we have several ideas of what we can do with it, the main motivation was to switch from some manually-created services per pod to...

As described in #194, sometimes when rolling out a new controller in a legacy cluster you may expect to temporarily have errors like ``` failed to sync service-per-pod "apps/v1:StatefulSet:staging:kafka": can't...

I followed the guide here for building an example controller, using all of the provided sources and commands: https://metacontroller.app/guide/create/ I am working on a fairly fresh cluster running 1.15.9-gke.22 in...

Recently I introduced bug in one of CompositeControllers, which were handled by `metacontroller`. In general, during processing metacontroller's request my controller throws an exception, which was not caught. In a...

https://github.com/mikefaraponov/redis-metacontroller

**Request** Support CompositeControllers intentionally orphaning children (specifically, children that they've adopted by label selector), setting up a form of "temporary adoption". **Use Case** I'd like to be able to create...