kubernetes-cd-plugin
kubernetes-cd-plugin copied to clipboard
plugin obsolete - new successor
Seems by lack of response and development activity to recognize new k8s (1.9+) features (like rbac, servicemonitor, etc...) I am going to draw conclusion that this plugin is now obsolete. Does anyone of a newer/successor?
I'm also running into problems with the plugin, for example the lack of support for stateful sets as resource.
We could definitely use StatefulSet support, here.
We also could use support for StatefulSet, as well as things like SealedSecrets, ClusterRoleBindings, Namespaces, etc. I know the argument is made that you only want to use this plugin for the parts of the deployment that don't change often, but I'd rather not make the initial deployment in to a new cluster a manual process. If anybody knows of other plugins, I'd really appreciate it. I'd rather not install kubectl on my build nodes if I can avoid it.
@MyronFanQiu will help and complete new features supported in the new kubernetes version. There should be a new release with some basic support in May. Sorry for the late response for the ownership transition of this plugin here.
@daniel-beck could you please help me add @MyronFanQiu into jenkins org so that I can assign tasks to him. He will also help merge some existing PRs into this repository. Thanks in advance.
@MyronFanQiu please review and test with #68 and #72 . This may introduce some break changes for the upgrade of fabric8io kubernetes SDK. Please update this in README as well.
@gavinfish ok. I will track these PRs and finish the following issues.
Hi, i would really love support for StatefulSet
I recently contributed some code to the plugin. I think users here will have some k8s resources to support. Can you provide a list of resources you want? I will try my best to support
Hi guys, to solve the existing issues for this plugin, we have decided to migrate the frabric8 sdk to the official kubernetes sdk. Thanks a lot for the help of @runzexia , I think we are ready to provide a RC version now. With the new sdk, obvious advantage is that the plugin can support almost all the resource types with different versions.
Please go #94, and click the button shown in the below picture to get the latest RC version.
Please feel free to give any feedback before we can release it as an official version, thanks.