1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #1942 from marquiz/devel/drop-grpc

nfd-master: drop stale unreachable deprecation notices
This commit is contained in:
Kubernetes Prow Robot 2024-11-04 10:15:30 +00:00 committed by GitHub
commit a88387835f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,10 +59,6 @@ func main() {
// Check deprecated flags
flags.Visit(func(f *flag.Flag) {
switch f.Name {
case "featurerules-controller":
klog.InfoS("-featurerules-controller is deprecated, use '-crd-controller' flag instead")
case "crd-controller":
klog.InfoS("-crd-controller is deprecated, will be removed in a future release along with the deprecated gRPC API")
case "extra-label-ns":
args.Overrides.ExtraLabelNs = overrides.ExtraLabelNs
case "deny-label-ns":