Skip to content

Instantly share code, notes, and snippets.

View kakts's full-sized avatar

Keita Akutsu kakts

View GitHub Profile
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md
index 6054360..004c18a 100644
--- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md
+++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md
@@ -4,19 +4,16 @@ reviewers:
- mikedanese
- thockin
title: Namespaces
-content_template: templates/concept
+content_type: concept
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/names.md b/content/en/docs/concepts/overview/working-with-objects/names.md
index 01bb53b..9831f73 100644
--- a/content/en/docs/concepts/overview/working-with-objects/names.md
+++ b/content/en/docs/concepts/overview/working-with-objects/names.md
@@ -3,11 +3,11 @@ reviewers:
- mikedanese
- thockin
title: Object Names and IDs
-content_template: templates/concept
+content_type: concept
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/labels.md b/content/en/docs/concepts/overview/working-with-objects/labels.md
index 0de7f04..e580cad 100644
--- a/content/en/docs/concepts/overview/working-with-objects/labels.md
+++ b/content/en/docs/concepts/overview/working-with-objects/labels.md
@@ -2,11 +2,11 @@
reviewers:
- mikedanese
title: Labels and Selectors
-content_template: templates/concept
+content_type: concept
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md
index 7364596..ab447cd 100644
--- a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md
+++ b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md
@@ -1,17 +1,17 @@
---
title: Understanding Kubernetes Objects
-content_template: templates/concept
+content_type: concept
weight: 10
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md
index 44cd54e..45a81e9 100644
--- a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md
+++ b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md
@@ -16,12 +16,7 @@ kubectl get pods --field-selector status.phase=Running
```
{{< note >}}
-Field selectors are essentially resource *filters*. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected. This makes the following `kubectl` queries equivalent:
-
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/common-labels.md b/content/en/docs/concepts/overview/working-with-objects/common-labels.md
index d360d7d..a0a68c6 100644
--- a/content/en/docs/concepts/overview/working-with-objects/common-labels.md
+++ b/content/en/docs/concepts/overview/working-with-objects/common-labels.md
@@ -1,18 +1,18 @@
---
title: Recommended Labels
-content_template: templates/concept
+content_type: concept
---
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/working-with-objects/annotations.md b/content/en/docs/concepts/overview/working-with-objects/annotations.md
index f88c6a0..d440d29 100644
--- a/content/en/docs/concepts/overview/working-with-objects/annotations.md
+++ b/content/en/docs/concepts/overview/working-with-objects/annotations.md
@@ -1,15 +1,15 @@
---
title: Annotations
-content_template: templates/concept
+content_type: concept
weight: 50
@kakts
kakts / en.diff
Created August 31, 2020 15:21
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.
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/what-is-kubernetes.md b/content/en/docs/concepts/overview/what-is-kubernetes.md
index 4dbb673..5060b6f 100644
--- a/content/en/docs/concepts/overview/what-is-kubernetes.md
+++ b/content/en/docs/concepts/overview/what-is-kubernetes.md
@@ -2,21 +2,21 @@
reviewers:
- bgrant0607
- mikedanese
-title: What is Kubernetes
+title: What is Kubernetes?
@kakts
kakts / en.diff
Created August 31, 2020 15:21
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md
index ad9569e..aa09776 100644
--- a/content/en/docs/concepts/overview/kubernetes-api.md
+++ b/content/en/docs/concepts/overview/kubernetes-api.md
@@ -2,82 +2,104 @@
reviewers:
- chenopis
title: The Kubernetes API
-content_template: templates/concept
+content_type: concept