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
Hello,
I have been following the instruction to deploy WASM within a Kubernetes cluster - pretty much got there now :) , however my pods for the operator are failing as they cannot connect to the NATS leafnode.
This should be the change needed in the instructions to set the correct value
# The lattice to connect the hosts tolattice: 83a5b52e-17cf-4080-bac8-f844099f142e# Additional labels to apply to the host other than the defaults set in the operatorhostLabels:
some-label: value# The address to connect to nats natsAddress: nats://nats-cluster.default.svc.cluster.local # Which wasmCloud version to useversion: 1.0.2# The name of a secret in the same namespace that provides the required secrets.secretName: my-wasmcloud-cluster
if noone has any issues, I am happy to open a PR
The text was updated successfully, but these errors were encountered:
@thogar-computer hey, first off thank you for tracking this down and opening up an issue about it!
You're absolutely right that the values we have in the README would not work with the default in the operator.
There's some historical context as to why we chose to set those up the way they are, and we really should change that, but in the meantime I would greatly appreciate it if you wouldn't mind opening a PR to update the instructions to match the correct values, that would be fantastic!
Hello,
I have been following the instruction to deploy WASM within a Kubernetes cluster - pretty much got there now :) , however my pods for the operator are failing as they cannot connect to the NATS leafnode.
seems the code defaults to
nats.default
wasmcloud-operator/crates/types/src/v1alpha1/wasmcloud_host_config.rs
Line 120 in 35af8ad
however if a user is following the readme they set up the nats instance with a name of
nats-cluster
wasmcloud-operator/README.md
Line 105 in 35af8ad
This should be the change needed in the instructions to set the correct value
if noone has any issues, I am happy to open a PR
The text was updated successfully, but these errors were encountered: