From 768b66fb67bd08f7d1c744a8e08a4d29c868a0c3 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Thu, 18 Jun 2020 09:04:04 +0200 Subject: [PATCH] append admission plugin instead of enable admission plugins --- pod-presets/README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pod-presets/README.md b/pod-presets/README.md index b24cf54..862d4eb 100644 --- a/pod-presets/README.md +++ b/pod-presets/README.md @@ -3,25 +3,14 @@ # Alpha status As long as the PodPresets is in alpha status, the following changes need to be made in kops: +Add: ``` spec: kubeAPIServer: - enableAdmissionPlugins: - - Initializers - - NamespaceLifecycle - - LimitRanger - - ServiceAccount - - PersistentVolumeLabel - - DefaultStorageClass - - DefaultTolerationSeconds - - MutatingAdmissionWebhook - - ValidatingAdmissionWebhook - - NodeRestriction - - ResourceQuota + appendAdmissionPlugins: - PodPreset runtimeConfig: settings.k8s.io/v1alpha1: "true" - ``` # running the demo