From d4cee06929514df32b46134603916853dd61a86d Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 5 Dec 2024 13:59:40 -0500 Subject: [PATCH 1/3] remove ocne yt playlist in menu --- config/_default/menus.en.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index dcc34256..b3af3c98 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -237,12 +237,12 @@ url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzu51n3L6dxHgKRy8CayIBXI" weight = 220 -[[main]] - name = "Oracle Cloud Native Environment" - identifier = "pl4" - parent = "pl" - url = "https://www.youtube.com/watch?v=MTh850Oro0g&list=PLKCk3OyNwIzsDQW7m47lq27tWFQZVxqur" - weight = 230 +# [[main]] +# name = "Oracle Cloud Native Environment" +# identifier = "pl4" +# parent = "pl" +# url = "https://www.youtube.com/watch?v=MTh850Oro0g&list=PLKCk3OyNwIzsDQW7m47lq27tWFQZVxqur" +# weight = 230 # [[main]] # name = "Oracle Linux Automation Manager" From 7ef285435c4e75debe798c52640e5d6e129e2427 Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 5 Dec 2024 14:29:46 -0500 Subject: [PATCH 2/3] remove vid clip and consolidate content under ocne-install tag --- content/posts/ocne/post-2/index.md | 2 +- content/posts/ocne/post-29/index.md | 2 +- content/posts/ocne/post-3/index.md | 2 +- content/posts/ocne/post-34/index.md | 2 +- content/posts/ocne/post-35/index.md | 2 +- content/posts/ocne/post-36/index.md | 2 +- content/posts/ocne/post-37/index.md | 2 +- content/posts/ocne/post-38/index.md | 2 +- content/posts/ocne/post-39/index.md | 2 +- content/posts/ocne/post-4/index.md | 2 +- content/posts/ocne/post-40/index.md | 2 +- content/posts/ocne/post-41/index.md | 2 +- content/posts/ocne/post-42/index.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/posts/ocne/post-2/index.md b/content/posts/ocne/post-2/index.md index 49ace9ab..2ac56155 100644 --- a/content/posts/ocne/post-2/index.md +++ b/content/posts/ocne/post-2/index.md @@ -1,7 +1,7 @@ --- title: "Understand Kubernetes Terminology" date: 2022-04-08 -draft: false +draft: true summary: "Unsure what the various Kubernetes terms you hear being used mean? Then take a couple of minutes out, and this will introduce the basic Kubernetes Resource terms and provide context for their use." tags: ["ocne", "video", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-29/index.md b/content/posts/ocne/post-29/index.md index d00dc0ee..e115bde7 100644 --- a/content/posts/ocne/post-29/index.md +++ b/content/posts/ocne/post-29/index.md @@ -1,7 +1,7 @@ --- title: "Manage Namespaces with kubectl" date: 2024-05-27 -draft: false +draft: true summary: "This video introduces the kubectl commands used to create, delete and list namespaces." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-3/index.md b/content/posts/ocne/post-3/index.md index 609ee2a8..009f1591 100644 --- a/content/posts/ocne/post-3/index.md +++ b/content/posts/ocne/post-3/index.md @@ -1,7 +1,7 @@ --- title: "Install Minikube" date: 2022-05-03 -draft: false +draft: true summary: "This video provides the steps required in order to install Minikube and configure it to use Podman on Oracle Linux." tags: ["ocne", "video", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-34/index.md b/content/posts/ocne/post-34/index.md index 3305b63b..5f4e05ae 100644 --- a/content/posts/ocne/post-34/index.md +++ b/content/posts/ocne/post-34/index.md @@ -1,7 +1,7 @@ --- title: "Kubernetes Concepts" date: 2022-03-25 -draft: false +draft: true summary: "This video provides a high-level overview/introduction to what Kubernetes is and introduces a few basic concepts to you." tags: ["ocne", "video", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-35/index.md b/content/posts/ocne/post-35/index.md index b129e2cf..f7862469 100644 --- a/content/posts/ocne/post-35/index.md +++ b/content/posts/ocne/post-35/index.md @@ -3,7 +3,7 @@ title: "Install kind" date: 2023-08-07 draft: false summary: "Learn to install a local Kubernetes cluster using kind on Oracle Linux to develop for Cloud Native environments." -tags: ["ocne", "lab", "tutorial", "ocne-k8s"] +tags: ["k8s", "lab", "tutorial", "ocne-k8s"] showDate: true --- diff --git a/content/posts/ocne/post-36/index.md b/content/posts/ocne/post-36/index.md index 3e0ea3f8..4ec3017b 100644 --- a/content/posts/ocne/post-36/index.md +++ b/content/posts/ocne/post-36/index.md @@ -3,7 +3,7 @@ title: "Install libvirt Cluster" date: 2024-09-25 draft: false summary: "Learn to create a Kubernetes Cluster using the *libvirt* provider with the Oracle Cloud Native Environment CLI." -tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +tags: ["ocne2", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-37/index.md b/content/posts/ocne/post-37/index.md index 17be32a8..d2a22b99 100644 --- a/content/posts/ocne/post-37/index.md +++ b/content/posts/ocne/post-37/index.md @@ -3,7 +3,7 @@ title: "Run Ingress-nginx with MetalLB" date: 2024-10-08 draft: false summary: "Learn to deploy and use the Ingress-Nginx Controller with MetalLB on Oracle Cloud Native Environment." -tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +tags: ["ocne2", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-38/index.md b/content/posts/ocne/post-38/index.md index 6a7f428a..d92c44e1 100644 --- a/content/posts/ocne/post-38/index.md +++ b/content/posts/ocne/post-38/index.md @@ -3,7 +3,7 @@ title: "Configure the UI" date: 2024-10-09 draft: false summary: "Learn to configure the Oracle Cloud Native Environment User Interface." -tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +tags: ["ocne2", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-39/index.md b/content/posts/ocne/post-39/index.md index 297d7fe6..2ec815e1 100644 --- a/content/posts/ocne/post-39/index.md +++ b/content/posts/ocne/post-39/index.md @@ -3,7 +3,7 @@ title: "Use Kubepug" date: 2024-10-23 draft: false summary: "Learn to install and run kubepug on Oracle Cloud Native Environment to detect deprecated APIs before upgrading Kubernetes." -tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +tags: ["ocne2", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-4/index.md b/content/posts/ocne/post-4/index.md index b77a03ef..2bd00953 100644 --- a/content/posts/ocne/post-4/index.md +++ b/content/posts/ocne/post-4/index.md @@ -3,7 +3,7 @@ title: "Install Minikube" date: 2022-04-19 draft: false summary: "Minikube is a popular tool for developers and administrators to run a fully functional Kubernetes cluster in their local environment. Although minikube is cross-platform, this tutorial only guides you through the installation and configuration of minikube with the podman driver." -tags: ["ocne", "lab", "tutorial", "ocne-k8s"] +tags: ["k8s", "lab", "tutorial", "ocne-k8s"] showDate: true --- diff --git a/content/posts/ocne/post-40/index.md b/content/posts/ocne/post-40/index.md index 14d157fd..fc779abb 100644 --- a/content/posts/ocne/post-40/index.md +++ b/content/posts/ocne/post-40/index.md @@ -1,7 +1,7 @@ --- title: "Manage Deployments with kubectl" date: 2024-10-28 -draft: false +draft: true summary: "This video introduces the kubectl commands used to create and manage deployments." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-41/index.md b/content/posts/ocne/post-41/index.md index 15e0b4fc..c2dc7067 100644 --- a/content/posts/ocne/post-41/index.md +++ b/content/posts/ocne/post-41/index.md @@ -3,7 +3,7 @@ title: "Install OCI Cluster" date: 2024-10-30 draft: false summary: "Learn to use the oci provider to deploy and manage Oracle Cloud Native Environment on Oracle Cloud Infrastructure." -tags: ["ocne2", "lab", "tutorial", "ocne2-install"] +tags: ["ocne2", "lab", "tutorial", "ocne-install"] showDate: true --- diff --git a/content/posts/ocne/post-42/index.md b/content/posts/ocne/post-42/index.md index c290d061..3a5ff43f 100644 --- a/content/posts/ocne/post-42/index.md +++ b/content/posts/ocne/post-42/index.md @@ -1,7 +1,7 @@ --- title: "Manage kubeconfig Files with kubectl" date: 2024-11-15 -draft: false +draft: true summary: "This video introduces the kubectl commands used to configure Kubernetes configuration files." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true From eb0943dbc04eb7c1ff57a9cc68a52a9d1a1fea49 Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 5 Dec 2024 14:52:07 -0500 Subject: [PATCH 3/3] restore clips --- content/posts/ocne/post-29/index.md | 2 +- content/posts/ocne/post-40/index.md | 2 +- content/posts/ocne/post-42/index.md | 2 +- content/tracks/ocne/index.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/ocne/post-29/index.md b/content/posts/ocne/post-29/index.md index e115bde7..d00dc0ee 100644 --- a/content/posts/ocne/post-29/index.md +++ b/content/posts/ocne/post-29/index.md @@ -1,7 +1,7 @@ --- title: "Manage Namespaces with kubectl" date: 2024-05-27 -draft: true +draft: false summary: "This video introduces the kubectl commands used to create, delete and list namespaces." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-40/index.md b/content/posts/ocne/post-40/index.md index fc779abb..14d157fd 100644 --- a/content/posts/ocne/post-40/index.md +++ b/content/posts/ocne/post-40/index.md @@ -1,7 +1,7 @@ --- title: "Manage Deployments with kubectl" date: 2024-10-28 -draft: true +draft: false summary: "This video introduces the kubectl commands used to create and manage deployments." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true diff --git a/content/posts/ocne/post-42/index.md b/content/posts/ocne/post-42/index.md index 3a5ff43f..c290d061 100644 --- a/content/posts/ocne/post-42/index.md +++ b/content/posts/ocne/post-42/index.md @@ -1,7 +1,7 @@ --- title: "Manage kubeconfig Files with kubectl" date: 2024-11-15 -draft: true +draft: false summary: "This video introduces the kubectl commands used to configure Kubernetes configuration files." tags: ["ocne", "video", "clips", "ocne-k8s"] showDate: true diff --git a/content/tracks/ocne/index.md b/content/tracks/ocne/index.md index 9dce40a6..807e5fe9 100644 --- a/content/tracks/ocne/index.md +++ b/content/tracks/ocne/index.md @@ -36,10 +36,10 @@ Oracle Cloud Native Environment delivers a simplified framework for installation --- -{{< figure src="/img/ocne/OCNE2-install-section.png" alt="Oracle Cloud Native Environment 2 Installation section banner" >}} + {{< figure src="/img/ocne/OCNE-install-section.png" alt="Oracle Cloud Native Environment Installation section banner" >}}