jenkinsci / kubernetes-cd-plugin

A Jenkins plugin to deploy to Kubernetes cluster
MIT License
140 stars 72 forks source link

plugin obsolete - new successor #63

Open jaysonwor opened 6 years ago

jaysonwor commented 6 years ago

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?

pcornelissen commented 6 years ago

I'm also running into problems with the plugin, for example the lack of support for stateful sets as resource.

ObviousDWest commented 5 years ago

We could definitely use StatefulSet support, here.

ricmattj commented 5 years ago

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.

gavinfish commented 5 years ago

@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.

gavinfish commented 5 years ago

@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.

gavinfish commented 5 years ago

@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.

mmyyrroonn commented 5 years ago

@gavinfish ok. I will track these PRs and finish the following issues.

constructivetim commented 5 years ago

Hi, i would really love support for StatefulSet

runzexia commented 5 years ago

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

gavinfish commented 5 years ago

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.

Capture

Please feel free to give any feedback before we can release it as an official version, thanks.