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
demo-volume-0.demo-volume-peer
In my master pod:
/ # curl http://localhost:9333/dir/assign {"error":"Cannot grow volume group! Failed to assign 8: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp: lookup demo-volume-0.demo-volume-peer,seaweedfs: no such host\""}/ # / # nslookup demo-volume-0.demo-volume-peer Server: 10.96.0.10 Address: 10.96.0.10#53 Name: demo-volume-0.demo-volume-peer.seaweedfs.svc.cluster.local Address: 10.217.5.186
My volume Pod hostname is demo-volume-0, subdomain is demo-volume-peer.
Deploy my seaweed use make deploy.
make deploy
Is there any additional configuration required? Version 2.40.
The text was updated successfully, but these errors were encountered:
Is it ',' mean '.'? Is it a careless error?
Sorry, something went wrong.
it comes from #33
1053ae7
fix typo
528d5b8
fix seaweedfs#37
No branches or pull requests
In my master pod:
My volume Pod hostname is demo-volume-0, subdomain is demo-volume-peer.
Deploy my seaweed use
make deploy
.Is there any additional configuration required?
Version 2.40.
The text was updated successfully, but these errors were encountered: