You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/11/13 13:00:19 UTC

[GitHub] [pulsar] jesumyip edited a discussion: pulsar helm installation - deprecated api in local storage provisioner

GitHub user jesumyip edited a discussion: pulsar helm installation - deprecated api in local storage provisioner

According to [https://pulsar.apache.org/docs/helm-deploy/#install-local-storage-provisioner](https://pulsar.apache.org/docs/helm-deploy/#install-local-storage-provisioner), we have to install this helm chart prior to installing the Pulsar one.

The local-storage-provisioner helm chart is using a deprecated API. I get this error when attempting to deploy it in GKE (v1.23.8-gke.1900):

` no matches for kind "DaemonSet" in version "extensions/v1beta1"`

Based on [https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/), I have to change the version from `extensions/v1beta1` to `api/v1`. Indeed when I change the version, the helm chart installs correctly.

Can someone confirm this?

GitHub link: https://github.com/apache/pulsar/discussions/18448

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org