-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[CSI, hcloud] Plugin status returns 404 #7751
Comments
The Nomad client logs should have some more information (logs like "CSI Plugin registration failed" and then a more specific error message). But I think I see the problem in your jobspec (or one problem 😀). The job "node" {
datacenters = ["dc1"]
type = "system"
group "node" {
task "plugin" {
driver = "docker"
config {
image = "hetznercloud/hcloud-csi-driver:1.2.3"
privileged = true
}
env {
CSI_ENDPOINT="unix:///csi/csi.sock"
HCLOUD_TOKEN="token"
HCLOUD_SERVER_ID="1234567"
}
csi_plugin {
id = "csi.hetzner.cloud"
type = "node"
mount_dir = "/csi"
}
}
}
} |
Thx for support. I changed the config but get the same results. |
Ok, did you take a look at the Nomad client logs? |
Playing on my own hetzner node. Looks like this plugin is a node.nomad
volume.hcl
the original job workload from earlier in the ticket - job.nomad
You can work around the issue fixed by #7754 by setting the |
Ok, the problem was on my side. I started the nomad server via vagrant, but did not change the version to 0.11.0 although I am 100% sure that I have done that. Thx for support. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
I am running the node plugin of the hcloud-csi-driver:
Logs of the plugin:
But when getting plugin status I get
The same when I create a volume. There a no additional logs, either in the plugin logs nor in the server logs.
Can you tell me how to debug this? Which method of the plugin is called when getting plugin status?
The text was updated successfully, but these errors were encountered: