Skip to content

Commit 5fe91bd

Browse files
committed
remove comment with typo
1 parent f6b4aef commit 5fe91bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/stackable-operator/src/utils/kubelet.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl KubeletConfig {
5454

5555
let name = node.name_any();
5656

57-
// Query kukbelet config
5857
let url = format!("/api/v1/nodes/{}/proxy/configz", name);
5958
let req = http::Request::get(url)
6059
.body(Default::default())

0 commit comments

Comments
 (0)