-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ff9f57
commit 0f406a8
Showing
9 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# openshift 4.10 BF2 offload | ||
|
||
# fresh BF2 os with rhel 8.6 | ||
|
||
- [Installing Red Hat Enterprise Linux on NVIDIA BlueField-2 DPU](https://developers.redhat.com/articles/2021/10/18/sensitive-information-detection-using-nvidia-morpheus-ai-framework#setting_up_nvidia_netq_agent_on_nvidia_bluefield_2_dpu) | ||
|
||
```bash | ||
|
||
|
||
# https://bugzilla.redhat.com/show_bug.cgi?id=1814682 | ||
dnf install -y kernel-modules-extra psmisc | ||
|
||
mkdir -p /data/down/ | ||
cd /data/down/ | ||
|
||
dnf install -y rshim expect wget minicom rpm-build lshw | ||
systemctl enable --now rshim | ||
systemctl status rshim --no-pager -l | ||
|
||
dnf install -y openssl-devel mstflint | ||
|
||
# nat router on host | ||
# https://access.redhat.com/discussions/4642721 | ||
cat << EOF >> /etc/sysctl.d/99-wzh-sysctl.conf | ||
net.ipv4.ip_forward = 1 | ||
EOF | ||
sysctl --system | ||
|
||
systemctl disable --now firewalld | ||
|
||
|
||
|
||
|
||
BF_VERSION=3.9.0 | ||
MLNX_OFED_VERSION=5.6-1.0.3.3 | ||
|
||
wget --quiet https://linux.mellanox.com/public/repo/bluefield/${BF_VERSION}/extras/mlnx_ofed/${MLNX_OFED_VERSION}/MLNX_OFED_SRC-${MLNX_OFED_VERSION}.tgz | ||
tar xzf MLNX_OFED_SRC-${MLNX_OFED_VERSION}.tgz | ||
MLNX_OFED_SRC-${MLNX_OFED_VERSION}/install.pl -k $kernel --kernel-extra-args '--with-sf-cfg-drv --without-xdp --without-odp' --kernel-only --disable-kmp | ||
|
||
``` | ||
|
||
# install ocp master on kvm on 102 | ||
|
||
|
||
# add ocp worker on baremetal on 103 | ||
|
||
|
||
# config BF2 to install ovnK to connect to ocp | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# openshift 4.10 upgrade tips | ||
|
||
- [How to start Red Hat CoreOS (RHCOS) in emergency mode in OpenShift Container Platform 4.](https://access.redhat.com/solutions/5500131) | ||
- [Cluster operator kube-apiserver should not be upgraded between minor versions](https://access.redhat.com/solutions/6694821) | ||
- [Rebuild all Openshift-OVN-Kubernetes pods](https://access.redhat.com/solutions/6449381) | ||
- [[OVN] no route to host for POD to POD communication](https://access.redhat.com/solutions/6810011) | ||
- [Preparing to upgrade to OpenShift Container Platform 4.9](https://access.redhat.com/articles/6329921) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.