Skip to content

Commit

Permalink
Merge pull request #1942 from marquiz/devel/drop-grpc
Browse files Browse the repository at this point in the history
nfd-master: drop stale unreachable deprecation notices
  • Loading branch information
k8s-ci-robot authored Nov 4, 2024
2 parents d2544ea + 65c08eb commit a883878
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/nfd-master/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit a883878

Please sign in to comment.