You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Intel® Technology Enabling for OpenShift*
2
-
# Overview
2
+
##Overview
3
3
The Intel Technology Enabling for OpenShift project provides Intel Data Center hardware feature-provisioning technologies with the [Red Hat OpenShift Container Platform (RHOCP)](https://www.redhat.com/en/technologies/cloud-computing/openshift/container-platform). The technology to deploy and manage the End-to-End (E2E) solutions as well as the related reference workloads for these features are also included in the project.
4
4
5
5
These Intel Data Center hardware features currently include:
@@ -26,64 +26,64 @@ Figure-1 is the [Architecture and Working Scope](https://github.com/intel/intel-
26
26
</div>
27
27
28
28
29
-
# Supported platforms
29
+
##Supported platforms
30
30
31
31
This [section](/docs/supported_platforms.md) describes the RHOCP infrastructure and Intel hardware features supported by this project. The project lifecycle and support channels can also be found [here](docs/supported_platforms.md#support).
32
32
33
-
# Getting started
33
+
##Getting started
34
34
See reference [BIOS Configuration](/docs/supported_platforms.md#bios-configuration) required for each feature.
35
-
## Provisioning RHOCP cluster
35
+
###Provisioning RHOCP cluster
36
36
Use one of these two options to provision an RHOCP cluster:
37
37
- Use the methods introduced in [RHOCP documentation](https://docs.openshift.com/container-platform/4.14/installing/index.html).
38
38
- Use [Distributed CI](https://doc.distributed-ci.io/) as we do in this project.
39
39
40
40
In this project, we provisioned RHOCP 4.14 on a bare-metal multi-node cluster. For details about the supported RHOCP infrastructure, see the [Supported Platforms](/docs/supported_platforms.md) page.
41
41
42
-
## Provisioning Intel hardware features on RHOCP
42
+
###Provisioning Intel hardware features on RHOCP
43
43
Please follow the steps below to provision the hardware features
44
44
1. Setting up [Node Feature Discovery](/nfd/README.md)
45
45
2. Setting up [Machine Configuration](/machine_configuration/README.md)
46
46
3. Setting up [Out of Tree Drivers](/kmmo/README.md)
47
47
4. Setting up [Device Plugins](/device_plugins/README.md)
48
48
49
-
## Verifying hardware feature provisioning
49
+
###Verifying hardware feature provisioning
50
50
You can use the instructions in the [link](/tests/l2/README.md) to verify the hardware features provisioning.
51
51
52
-
# Upgrade (To be added)
52
+
##Upgrade (To be added)
53
53
54
-
# Reference end-to-end solution
54
+
##Reference end-to-end solution
55
55
The reference end-to-end solution is based on Intel hardware feature provisioning provided by this project.
56
56
57
57
[Intel AI Inferencing Solution](/e2e/inference/README.md) with [OpenVINO](https://github.com/openvinotoolkit/openvino) and [RHOAI](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science)
58
58
59
-
# Reference workloads
59
+
##Reference workloads
60
60
Here are some reference workloads built on the end-to-end solution and Intel hardware feature provisioning in this project.
61
61
- Large Language Model (To be added)
62
62
- Open Federated Learning (To be added)
63
63
64
-
# Advanced Guide
64
+
##Advanced Guide
65
65
This section discusses architecture and other technical details that go beyond getting started.
66
66
-[Architecture and Working Scope](https://github.com/intel/intel-technology-enabling-for-openshift/wiki/Intel-Technology-Enabling-for-OpenShift-Architecture-and-Working-Scope)
67
67
68
-
# Release Notes
68
+
##Release Notes
69
69
Check the [link](https://github.com/intel/intel-technology-enabling-for-openshift/releases/) for the Release Notes.
70
70
71
-
# Support
71
+
##Support
72
72
If users encounter any issues or have questions regarding Intel Technology Enabling for OpenShift, we recommend them to seek support through the following channels:
73
73
### Commercial support from Red Hat
74
74
This project relies on features developed and released with the latest RHOCP release. Commercial RHOCP release support is outlined in the [Red Hat OpenShift Container Platform Life Cycle Policy](https://access.redhat.com/support/policy/updates/openshift) and Intel collaborates with Red Hat to address specific requirements from our users.
75
75
76
-
### Open-Source Community Support
76
+
####Open-Source Community Support
77
77
Intel Technology Enabling for OpenShift is run as an open-source project on GitHub. Project GitHub [issues](https://github.com/intel/intel-technology-enabling-for-openshift/issues) can be used as the primary support interface for users to submit feature requests and report issues to the community when using Intel technology provided by this project. Please provide detailed information about your issue and steps to reproduce it, if possible.
78
78
79
-
# Contribute
79
+
##Contribute
80
80
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
81
81
82
-
# Security
82
+
##Security
83
83
To report a potential security vulnerability, please refer to [security.md](/security.md) file.
84
84
85
-
# License
85
+
##License
86
86
Distributed under the open source license. See [LICENSE](/LICENSE.txt) for more information.
87
87
88
-
# Code of Conduct
88
+
##Code of Conduct
89
89
Intel has adopted the Contributor Covenant as the Code of Conduct for all of its open source projects. See [CODE_OF_CONDUCT](/CODE_OF_CONDUCT.md) file.
0 commit comments