|
1 | 1 | --- |
2 | | -title: "Update Kubernetes Version" |
3 | | -date: 2025-04-02 |
| 2 | +title: "Build From Source" |
| 3 | +date: 2025-04-15 |
4 | 4 | draft: false |
5 | | -summary: "Learn how to upgrade the Kubernetes version in your Oracle Cloud Native Environment cluster." |
| 5 | +summary: "Learn how to build Oracle Cloud Native Environment from the GitHub source code." |
6 | 6 | tags: ["ocne2", "lab", "tutorial", "ocne-install"] |
7 | 7 | showDate: true |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | ## Links |
11 | 11 |
|
12 | | -:crescent_moon: [Lab](https://luna.oracle.com/lab/14b48272-191c-4c61-9fce-e4200b6af519) |
| 12 | +:crescent_moon: [Lab](https://luna.oracle.com/lab/cbb51122-f393-454e-96f2-0486402b1f1d) |
13 | 13 |
|
14 | | -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-upgrade-kubernetes) |
| 14 | +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ocne2-build) |
15 | 15 |
|
16 | 16 | ## Details |
17 | 17 |
|
18 | | -Best practices recommend upgrading your Kubernetes cluster as soon after a new release as possible. The reasons to upgrade as quickly as possible include: |
| 18 | +The Oracle Cloud Native Environment (Oracle CNE) Command Line Interface (CLI) manages the lifecycle of the Kubernetes cluster at your organization. It is also an Open Source project available on [GitHub](https://github.com/oracle-cne/ocne), and this tutorial demonstrates how to build the `ocne` executable yourself. |
19 | 19 |
|
20 | | -- Apply the latest security fixes |
21 | | -- Access stability and performance improvements |
22 | | -- Access new features, APIs & functionality |
23 | | - |
24 | | -This tutorial demonstrates how to upgrade the Kubernetes version used on your Oracle CNE cluster. |
25 | | - |
26 | | -For more information about Oracle CNE, please refer to the current [Release Documentation](https://docs.oracle.com/en/operating-systems/olcne/) site. |
| 20 | +For more information about Oracle Cloud Native Environment 2, please refer to the current [Release Documentation](https://docs.oracle.com/en/operating-systems/olcne/) site. |
27 | 21 |
|
28 | 22 | ### Objectives |
29 | 23 |
|
30 | 24 | In this tutorial, you'll learn to: |
31 | 25 |
|
32 | | -- Upgrade the Kubernetes version deployed across your cluster |
| 26 | +- Configure the build environment |
| 27 | +- Build the `ocne` executable |
| 28 | +- Start a Kubernetes cluster with the resulting executable |
33 | 29 |
|
34 | 30 | ### Prerequisites |
35 | 31 |
|
|
0 commit comments