kubeadm-static-manifests

Modify Kubernetes control plane static pod manifests and flags.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/raesene/rmm-skills --skill kubeadm-static-manifests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubeadm-static-manifests
Source: https://github.com/raesene/rmm-skills/tree/main/kubeadm-static-manifests/kubeadm-static-manifests
Command: npx skills add https://github.com/raesene/rmm-skills --skill kubeadm-static-manifests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows agents to safely modify Kubernetes control plane static pod manifests, such as kube-apiserver, kube-controller-manager, kube-scheduler, or etcd, without causing system instability.

Core Features & Use Cases

  • Manifest Modification: Add, remove, or change flags/arguments on Kubernetes components.
  • Volume Mounts: Add volume mounts for additional configuration files.
  • Use Case: When an agent needs to enable auditing, encryption, or add admission controllers to their Kubernetes cluster.

Quick Start

Run the 'kubeadm-static-manifests' skill with the 'modify-flag' command followed by the component and flag you want to modify.

Frequently Asked Questions about kubeadm-static-manifests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely modify Kubernetes control plane static pod manifests?

To safely modify Kubernetes control plane static pod manifests, use a tool that carefully handles manifest files to add, change, or remove flags without causing system instability. It supports components like kube-apiserver and etcd.

What is the best way to add a volume mount to a Kubernetes static pod manifest?

The best way to add volume mounts to Kubernetes static pod manifests is using a modification process designed for control plane components. This ensures additional configuration files are mounted without destabilizing the cluster.

How do I enable auditing on a kube-apiserver by modifying its static manifest?

To enable auditing on a kube-apiserver by modifying its static manifest, add the necessary flags to the control plane component's manifest file. This requires careful handling to prevent system instability.

Can I use this method to add admission controllers to my Kubernetes cluster?

Yes, you can add admission controllers to your Kubernetes cluster by modifying the static pod manifests of control plane components. This involves safely adding the required configuration flags to the manifest files.

What are the limitations of manually editing Kubernetes control plane manifests?

Manually editing Kubernetes control plane manifests without careful handling can lead to system instability. Limitations include the risk of misconfiguring flags or volume mounts on components like kube-controller-manager and kube-scheduler.