Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# Remove SGX webhook from MutatingWebhookConfiguration
# The Intel device plugin controller doesn't implement the SGX webhook,
# causing errors when it tries to call the endpoint.
# This patch removes the sgx.mutator.webhooks.intel.com entry.
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: inteldeviceplugins-mutating-webhook-configuration
spec:
webhooks:
- name: sgx.mutator.webhooks.intel.com
$patch: delete
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
patchesStrategicMerge:
- intel-sgx-webhook-remove.patch.yaml
Loading