Skip to content

doc+test image updates #1637

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ NOTE: cert-manager install takes a while to complete.

```bash
helm install nfd nfd/node-feature-discovery \
--namespace node-feature-discovery --create-namespace --version 0.12.1 \
--set 'master.extraLabelNs={gpu.intel.com,sgx.intel.com}' \
--set 'master.resourceLabels={gpu.intel.com/millicores,gpu.intel.com/memory.max,gpu.intel.com/tiles,sgx.intel.com/epc}'
--namespace node-feature-discovery --create-namespace --version 0.14.3
```

### Installing operator
Expand Down Expand Up @@ -129,4 +127,4 @@ helm uninstall -n inteldeviceplugins-system <PLUGIN>
helm uninstall -n inteldeviceplugins-system dp-operator
helm uninstall -n node-feature-discovery nfd
helm uninstall -n cert-manager cert-manager
```
```
4 changes: 2 additions & 2 deletions demo/crypto-perf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip pkg-config dpkg-dev libipsec-mb-dev

# Download & unpack DPDK tarball
ARG DPDK_TARBALL=dpdk-23.11-rc3.tar.xz
ARG DPDK_TARBALL_SHA256="cacd8b6d796f9983479f8c5989830cb86705922f8d6a813d83ecb82034088993"
ARG DPDK_TARBALL=dpdk-23.11.tar.xz
ARG DPDK_TARBALL_SHA256="64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865"

RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \
Expand Down