From d8258d7f0be0f2352a9f3ec2c129914fbf17efa4 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Thu, 27 Jun 2024 10:55:27 +0200 Subject: [PATCH] why passthrough > drop-in config dir --- .../microshift/low-latency-workloads-on-microshift.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/enhancements/microshift/low-latency-workloads-on-microshift.md b/enhancements/microshift/low-latency-workloads-on-microshift.md index ac198977c5..6abf136116 100644 --- a/enhancements/microshift/low-latency-workloads-on-microshift.md +++ b/enhancements/microshift/low-latency-workloads-on-microshift.md @@ -572,6 +572,14 @@ first remove all the old kernel args, then append new kernel args resulting in c This happens even if the the same profile is being reapplied. +### Using Kubelet's drop-in config directory feature + +This is alternative to "MicroShift config -> Kubelet config" passthrough. +Using drop-ins would mean there is less implementation on MicroShift side, but it also gives away +full power of Kubelet config. With passthrough we can later introduce some validation or +limit configuration options to keep the exposed configuration surface minimal. + + ## Infrastructure Needed [optional] Nothing.