We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b4aef commit 5fe91bdCopy full SHA for 5fe91bd
crates/stackable-operator/src/utils/kubelet.rs
@@ -54,7 +54,6 @@ impl KubeletConfig {
54
55
let name = node.name_any();
56
57
- // Query kukbelet config
58
let url = format!("/api/v1/nodes/{}/proxy/configz", name);
59
let req = http::Request::get(url)
60
.body(Default::default())
0 commit comments