Skip to content

Commit

Permalink
Merge pull request #475 from bgraef/main
Browse files Browse the repository at this point in the history
updates to ocne track
  • Loading branch information
bgraef authored Dec 5, 2024
2 parents 3b6d25c + eb0943d commit 2cb7e23
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-2/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-3/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-34/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-35/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-36/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-37/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-38/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-39/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ocne/post-41/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
4 changes: 2 additions & 2 deletions content/tracks/ocne/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/OCNE2-install-section.png" alt="Oracle Cloud Native Environment 2 Installation section banner" >}}
## Oracle Cloud Native Environment 2
{{< card2 limit=50 tag="/tags/ocne2-install" >}}
{{< card2 limit=50 tag="/tags/ocne2-install" >}} -->

{{< figure src="/img/ocne/OCNE-install-section.png" alt="Oracle Cloud Native Environment Installation section banner" >}}

Expand Down

0 comments on commit 2cb7e23

Please sign in to comment.