Open sesopenko opened 4 years ago
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.
k8s 1.16+ no longer supports
extensions/v1beta1
for DaemonSet and Deployment objects. The api versions for these have been updated toapps/v1
to match the documentation in kubernetes: DaemonSet, Deploymentselectors were added to the daemonset because the selector property is no longer optional.
This change is