Skip to content

Commit

Permalink
Revert "kserve: add grpconly envoy filter (opendatahub-io#888)"
Browse files Browse the repository at this point in the history
This reverts commit 48e0b8b.
  • Loading branch information
zdtsw committed Apr 4, 2024
1 parent dd2b28f commit 2623962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
12 changes: 0 additions & 12 deletions components/kserve/servicemesh_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ func (k *Kserve) defineServiceMeshFeatures() feature.FeaturesProvider {
return kserveExtAuthzErr
}

temporaryFixesErr := feature.CreateFeature("kserve-temporary-fixes").
For(handler).
Manifests(
path.Join(feature.KServeDir, "grpc-envoyfilter-temp-fix.tmpl"),
).
WithData(servicemesh.ClusterDetails).
Load()

if temporaryFixesErr != nil {
return temporaryFixesErr
}

return nil
}
}

This file was deleted.

0 comments on commit 2623962

Please sign in to comment.