-
Notifications
You must be signed in to change notification settings - Fork 20
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
rebar3_cargo version Failed to fetch and copy dep #39
Comments
"https://github.com/vernemq/vmq-operator", {tag, "v2.0.0"} is true ,i know real version but how to use |
I'm facing the same problem, is this operator functional?
|
@arashkaffamanesh This repo needs more attention, contributions welcome. |
@ioolkos thanks for the prompt support! This happens after deploying vernemq-vernemq.yaml under example (used the tagged version 1.0.0) running on k8s 1.25. The operator itself is running fine, but the vernemq-k8s-deployment pod is getting CrashLoopBackOff: ❯ k get VerneMQ ❯ k get sts ❯ k get pods ❯ k get svc |
|
func makeBundlerConfig(instance *vernemqv1alpha1.VerneMQ) string {
config :=
{plugins, [ {rebar3_cargo, {git, "https://github.com/benoitc/rebar3_cargo", {ref, "85353035"}}} ]}. {deps, [
for _, p := range instance.Spec.ExternalPlugins {
config = config + fmt.Sprintf("{%s, {git, "%s", {%s, "%s"}}},\n", p.ApplicationName, p.RepoURL, p.VersionType, p.Version)
}
config = config +
{vmq_k8s, {git, "https://github.com/vernemq/vmq-operator", {branch, "master"}}} ]}.
return config
}
The text was updated successfully, but these errors were encountered: