GoogleCloudPlatform / metacontroller

Lightweight Kubernetes controllers as a service
https://metacontroller.app/
Apache License 2.0
792 stars 105 forks source link

Installation manifests aren't up-to-date #120

Closed silverlyra closed 5 years ago

silverlyra commented 5 years ago

I found myself scratching my head for awhile after trying to use metacontroller to implement a composite controller for a cluster-scoped resource.

I1106 23:22:29.657576       1 controller.go:382] sync Parent /name
I1106 23:22:29.657601       1 controller.go:387] Parent /name has been deleted

Since the docs mention cluster-scoped parents, and #71 seemed to have landed it, I wasn’t sure why it wouldn't work.

Then I took a closer look in the manifest I'd used to install it, and found I'd installed the 0.2 tag, which at this point is five months old.

The version a user will install if they follow the installation docs is now quite out of sync with the behavior described in the rest of the docs. Are there plans to release a new tag soon? If not, might I suggest switching that manifest to latest?

(metacontroller is awesome and it's already saved me so much time. thank you!)

enisoc commented 5 years ago

Thanks for reporting! I've tagged v0.3.0 and updated the manifest to use it.