-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AllBeats]Kubernetes: Move away from extensions/v1beta1 #13850
Comments
I'm using Metricbeat 7.4.0 and I'm getting these issues:
and |
@nerddelphi sorry to hear that. Are you using kubernetes |
@odacremolbap I'm using kubernetes 1.13.10 and getting that error. |
Can you provide the configuration you are using so I can reproduce? I would prefer an issue at discuss until we confirm that the issue you are hitting is related to the feature at this ticket. |
@odacremolbap issue opened at discuss. Thanks. |
Thanks a lot @nerddelphi Expect the fix for (This thread will kept open after fixing because the original issue here was removing references to |
No prob, @odacremolbap . After the release, I'll test and back to you. Thank you. |
Hi @nerddelphi The fix was released at 7.5.0, but we have an early report #13905 (comment) from @tkzv that indicates that this is still an issue. We would appreciate you testing your scenario with 7.5.0, I will do so in the next days (currently OOO) |
Hi @odacremolbap . The issue still exists.
|
Here are the log and configuration files. |
7.5.1 here and I'm seeing this issue as well in the Metricbeat Deployment pod
We're running Kubernetes 1.15.2 |
I'm seeing the following in 7.5.1:
|
@PhaedrusTheGreek I was getting the same as well. The following ClusterRole seems to fix it:
|
The only one component of my Stack using a previous working version is the Metricbeat: 7.3.2. I've opened a new issue to treat that issue: #15556 |
I've got the same issue in 7.5.2 as well. |
@bitva77, didn't work for me. |
I'm seeing this issue on metricbeat 7.5.2 as well |
This problem still exists in version 7.8.1 |
Describe the enhancement:
extensions/v1beta1
have been deprecated as a group for DaemonSets and ReplicaSets among other objects.Some of our deployments use that ApiGroup, which will make it fail at kubernetes 1.16
Moving to
apps/v1
will make deployments fail at kubernetes 1.8 and below.As per statistics at the ECK project, there are no users for them using 1.8, but we can expect people using latest minikube images targeting 1.16.
This issue affects mainly documentation, but there is also an import from the kubernetes API project using
extensions/v1beta1
. While it seems that it should still work, new releases of the library will probably remove the package.The text was updated successfully, but these errors were encountered: