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 088c200 commit 29acf7eCopy full SHA for 29acf7e
control-plane/csi-driver/src/bin/node/main_.rs
@@ -132,6 +132,7 @@ pub(super) async fn main() -> anyhow::Result<()> {
132
.short('g')
133
.long("grpc-endpoint")
134
.value_name("ENDPOINT")
135
+ .conflicts_with_all(["grpc-ip", "grpc-port"])
136
.help("ip address where this instance runs, and optionally the gRPC port")
137
.default_value("[::]")
138
.required(false)
0 commit comments