Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Delete kubeadm specific config
Browse files Browse the repository at this point in the history
This file overrides the kublet config specifically put
there for gardener, and fails with it being there.
So we rather remove it.
  • Loading branch information
fwiesel committed Apr 12, 2024
1 parent 11f5bf3 commit 3f9268d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/orabos/exec.config

This file was deleted.

7 changes: 7 additions & 0 deletions features/orabos/exec.post
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -eufo pipefail

rootfs="$1"

rm -f $rootfs/usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf

0 comments on commit 3f9268d

Please sign in to comment.