diff --git a/kubernetes-manifests/kustomization.yaml b/kubernetes-manifests/kustomization.yaml index 56779ce8b04..574c83fbf04 100644 --- a/kubernetes-manifests/kustomization.yaml +++ b/kubernetes-manifests/kustomization.yaml @@ -37,4 +37,3 @@ resources: # - ../kustomize/components/container-images-tag # - ../kustomize/components/container-images-tag-suffix # - ../kustomize/components/container-images-registry -# - ../kustomize/components/native-grpc-health-check diff --git a/kustomize/README.md b/kustomize/README.md index ddf6a80431b..7216e8759d1 100644 --- a/kustomize/README.md +++ b/kustomize/README.md @@ -84,8 +84,6 @@ These changes directly affect `cartservice`. - Deploy fine granular `NetworkPolicies` for Online Boutique. - [**Create Kubernetes Service Accounts**](components/service-accounts) - Deploy fine granular `ServiceAccounts` for Online Boutique. -- [**Support the native gRPC probes for Kubernetes 1.24+**](components/native-grpc-health-check) - - Deploy the Online Boutique apps by supporting the native gRPC probes for Kubernetes 1.24+. - [**Update the registry name of the container images**](components/container-images-registry) - [**Update the image tag of the container images**](components/container-images-tag) - [**Add an image tag suffix to the container images**](components/container-images-tag-suffix)