We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey 👋 I deployed this project in a cluster a few months back and now we're planning to upgrade to k8s version 1.6. I noticed that the node-exporter (https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/master/kube/full/node-exporter.yaml) uses apiVersion: apps/v1beta2 for the DaemonSet which is deprecated and removed from Kubernetes as of version 1.16 (https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/). Are there any plans to support version 1.16 of the k8s API? I wasn't able to find any information about supported k8s API versions, sorry if I've missed something.
apiVersion: apps/v1beta2
DaemonSet
The text was updated successfully, but these errors were encountered:
Thanks for the report. The fix is being reviewed.
Sorry, something went wrong.
igorpeshansky
Successfully merging a pull request may close this issue.
Hey 👋
I deployed this project in a cluster a few months back and now we're planning to upgrade to k8s version 1.6. I noticed that the node-exporter (https://github.com/Stackdriver/stackdriver-prometheus-sidecar/blob/master/kube/full/node-exporter.yaml) uses
apiVersion: apps/v1beta2
for theDaemonSet
which is deprecated and removed from Kubernetes as of version 1.16 (https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/). Are there any plans to support version 1.16 of the k8s API? I wasn't able to find any information about supported k8s API versions, sorry if I've missed something.The text was updated successfully, but these errors were encountered: