From 5c249e804b697d9f9054ff6c6bad01260b64d26b Mon Sep 17 00:00:00 2001 From: Cloud IX Team Date: Wed, 3 Jun 2026 06:32:18 -0700 Subject: [PATCH] - Fixed CONTRIBUTING.md formatting - Removed metadata from gke-basics/SKILL.md for consistency with other skills PiperOrigin-RevId: 925986817 --- CONTRIBUTING.md | 14 +++++++++----- skills/cloud/gke-basics/SKILL.md | 4 ---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c00d5bf..3c120d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,11 +12,15 @@ rigorous internal verification and approval process by Google teams. ## How You Can Help While we do not accept direct code contributions, your feedback is invaluable -for improving the quality of these skills: * **Report Issues:** If you find a -bug, an outdated SDK pattern, or a security anti-pattern in a skill, please -[open an issue](https://github.com/google/skills/issues). * **Request New -Skills:** If there is a Google product or a common cross-product architectural -pattern you would like to see covered, please let us know via the issue tracker. +for improving the quality of these skills: + +* **Report Issues:** If you find a bug, an outdated SDK pattern, or a security + anti-pattern in a skill, please + [open an issue](https://github.com/google/skills/issues). + +* **Request New Skills:** If there is a Google product or a common + cross-product architectural pattern you would like to see covered, please + let us know via the issue tracker. * **Remix & Share:** You are encouraged to fork this repository and remix these skills for your own specialized workflows. If you build something diff --git a/skills/cloud/gke-basics/SKILL.md b/skills/cloud/gke-basics/SKILL.md index 98633d6..fe2119d 100644 --- a/skills/cloud/gke-basics/SKILL.md +++ b/skills/cloud/gke-basics/SKILL.md @@ -1,9 +1,5 @@ --- name: gke-basics -license: Apache-2.0 -metadata: - author: Google Cloud - version: "1.0.0" description: "Plan, create, and configure production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers Day-0 checklist, Autopilot vs Standard, networking (private clusters, VPC-native, Gateway API), security (Workload Identity, Secret Manager, RBAC hardening), observability, scaling, cost optimization, and AI/ML inference. WHEN: create GKE cluster, provision GKE environment, design GKE networking, secure GKE, optimize GKE cost, GKE autoscaling, GKE inference, GKE upgrade, GKE observability, GKE multi-tenancy, GKE batch, GKE HPC, GKE compute class." ---