-
Notifications
You must be signed in to change notification settings - Fork 390
no matches for kind "DaemonSet" in version "extensions/v1beta1" #627
Comments
…y work on k8s >= 1.16
According to the latest documentation for kubernetes 1.17 we'd use |
I patched my version, this part seems to work. |
I am using kubctl 1.18 and i try to execute this command, but i have this error. kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/a70459be0084506e4ec919aa1c114638878db11b/Documentation/kube-flannel.yml ERRORS : |
Support for extensions/v1beta1 was removed in v1.16.
|
I encountered the same thing and resolved it by :
notes:
|
I am having the same problem, |
Do you have a fluentd.yaml |
Is there any "power" user here to merge @sesopenko's correction ? |
Code should never be merged with failing tests so this is unlikely to be merged until the build pipeline's sorted out. Sorry, but I don't have the resources at this point in time to sort out the build pipeline so we'll have to wait and see if the maintainers can find time to do so. This project needs the equivalent of a full-time dev to keep up with the pace of changes in the kubernetes ecosystem. |
gk-deploy outputs the message :
It seems that for v1.16+ we should use extensions/v1 and no more v1beta
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals
The text was updated successfully, but these errors were encountered: