with one click
learning-notes
learning-notes contains 6 collected skills from hangx969, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Orchestrate a Kubernetes cluster installation across specialist agents when the user asks AIOps to install K8s, Kubernetes, or a K8s cluster on one or more Linux machines. Use for serial multi-agent task routing where AIOps must take the user-provided machine list as-is, send it first to the linux specialist for machine initialization, then to the container specialist for container runtime installation, then to the k8s specialist for cluster installation and initialization, and only proceed to the next stage after the previous stage explicitly completes successfully. Do not execute shell commands, do not generate scripts, and do not perform installation directly.
Install Docker CE and containerd on one or more Linux hosts when the user asks to install a container runtime, Docker, or containerd on remote machines. Use for Linux-only batch installation workflows where the user provides a newline-separated host list and the agent must first verify passwordless SSH access to every host, abort immediately if any host cannot be accessed without a password, then copy a bundled script to each target host and execute it. Follow the bundled workflow strictly; do not invent extra installation steps, extra scripts, or commands outside the documented Rocky Linux 10 procedure.
Install a Kubernetes cluster on one or more Linux hosts when the user asks to install K8s, Kubernetes, kubeadm, a control-plane node, or worker nodes on remote machines. Use for strict Linux-only multi-host cluster installation workflows where the user provides a newline-separated hosts file plus explicit control-plane and worker-node mapping, and the agent must first verify passwordless SSH on every host, verify containerd is already installed on every host, stop immediately on any failed prerequisite, then execute only the documented Rocky Linux 10 Kubernetes installation and cluster initialization commands. Do not invent extra installation steps, scripts, retries, or repair actions.
Initialize Rocky Linux 10 machines when the user mentions ๅๅงๅ Linux ๆบๅจใๅๅงๅ Rocky Linuxใ่็นๅๅงๅใไธปๆบๅๅงๅใๆน้ๅๅงๅไธปๆบใๅ K8s ๅ็ Linux ๅๅงๅใ็ป Linux ่็นๅๅๅงๅ๏ผๅฐคๅ ถๆฏ้่ฆๅบไบ Rocky Linux 10 ๆๅบๅฎๆๆกฃๆต็จๅฎๆ SSH ๅฏ้ฅๅๅคใๅ ๅฏ็ปๅฝ้ ็ฝฎใ็ฝ็ป/ๅ ๆ ธ/Swap/IPVS/ๆถ้ดๅๆญฅ็ญ็ณป็ปๅๅงๅๆถใ Use this skill aggressively for Rocky Linux 10 host initialization tasks, and do not improvise outside the documented workflow.
Run a comprehensive Kubernetes cluster health inspection using kubectl and generate a dark-themed HTML dashboard report. Checks nodes, pods, resources, certificates, network components, and warning events. Use when you need to audit cluster health, troubleshoot issues, or generate visual status reports.
Inspect Kubernetes clusters and generate HTML health reports. Query cluster status, node health, pod metrics, deployment replicas, and recent warning events. Use when you need a comprehensive overview of a Kubernetes cluster's health or need to generate status reports for email notifications.