Skip to content

Instantly share code, notes, and snippets.

@kakts
Created August 31, 2020 15:21
Show Gist options
  • Save kakts/f89de5a101f31f0251719467e8b9a6ed to your computer and use it in GitHub Desktop.
Save kakts/f89de5a101f31f0251719467e8b9a6ed to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/_index.md b/content/en/docs/concepts/overview/working-with-objects/_index.md
index 8661349..f872c20 100755
--- a/content/en/docs/concepts/overview/working-with-objects/_index.md
+++ b/content/en/docs/concepts/overview/working-with-objects/_index.md
@@ -1,5 +1,7 @@
---
title: "Working with Kubernetes Objects"
weight: 40
+description: >
+ Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster.
+ Learn about the Kubernetes object model and how to work with these objects.
---
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment