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" 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-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-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/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" >}}