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 Jan 24, 2022. It is now read-only.
Followed this article https://www.emqx.io/blog/69 and tried deploying persistent emqx cluster with Storage Classes resources on GKE. Already set up the helm. Installing emqx by this command:
Error: render error in "emqx/templates/StatefulSet.yaml": template: emqx/templates/StatefulSet.yaml:70:28: executing "emqx/templates/StatefulSet.yaml" at <.Values.image.repository>: can't evaluate field repository in type interface {}
Please note: Storage class already exists named group-emqx-sc(and in default namespace.)
$: kubectl get sc
NAME PROVISIONER AGE
group-emqx-sc kubernetes.io/gce-pd 62m
Kindly let me know if I am missing on anything.
The text was updated successfully, but these errors were encountered:
Hi Team,
Followed this article https://www.emqx.io/blog/69 and tried deploying persistent emqx cluster with Storage Classes resources on GKE. Already set up the helm. Installing emqx by this command:
However, facing the below error:
Error: render error in "emqx/templates/StatefulSet.yaml": template: emqx/templates/StatefulSet.yaml:70:28: executing "emqx/templates/StatefulSet.yaml" at <.Values.image.repository>: can't evaluate field repository in type interface {}
Please note: Storage class already exists named group-emqx-sc(and in default namespace.)
Kindly let me know if I am missing on anything.
The text was updated successfully, but these errors were encountered: