You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Indeed. This issue is affecting Kubernetes 1.16+. I will try to work on a pull request for this; it shouldn't be that hard.
[EDIT] Now that I checked on the docs site it does say that the apiVersion has to be manually changed from the manifest (https://docs.fluentbit.io/manual/installation/kubernetes#note-for-kubernetes-v-1-16). However this is not enough as "spec" expects a "selector" property and the manifest will be rejected without it. Sadly this is not reflected on the repo's README. Maybe @edsiper could take a look?
According to kubectl changelog for 1.15.0:
The following APIs are no longer served by default:
apps/v1beta1
andapps/v1beta2
- useapps/v1
insteaddaemonsets
,deployments
,replicasets
resources underextensions/v1beta1
- useapps/v1
insteadnetworkpolicies
resources underextensions/v1beta1
- usenetworking.k8s.io/v1
insteadpodsecuritypolicies
resources underextensions/v1beta1
- usepolicy/v1beta1
insteadThe text was updated successfully, but these errors were encountered: