gluster-kubernetes
gluster-kubernetes copied to clipboard
Update deployment manifests for k8s 1.16+
k8s 1.16+ no longer supports extensions/v1beta1 for DaemonSet and Deployment objects. The api versions for these have been updated to apps/v1 to match the documentation in kubernetes: DaemonSet, Deployment
selectors were added to the daemonset because the selector property is no longer optional.
Can one of the admins verify this patch?
There appear to be build errors for most of the open PRs due to basename, dirname and python not being available in the CI image.
Maybe you can add them in the .travis.yml ?
Maybe you can add them in the .travis.yml ?
I'm running into other problems with the other templates, further down the process, too. If I run into time i can contribute some commits to a PR to correct some of these issues but I can't commit the time as of right now.