Skip to content

Commit

Permalink
fix: Update test snapshots following Neuron device plugin note update
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jul 5, 2024
1 parent 316dee2 commit c7684ed
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/clowdhaus/cookiecluster
cd cookiecluster
cargo build --release
./target/release/cookiecluster --version
0.1.0
0.2.1
```

## Local Development
Expand Down
2 changes: 1 addition & 1 deletion cookiecluster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cookiecluster"
version = "0.1.0"
version = "0.2.1"
authors.workspace = true
documentation.workspace = true
homepage.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ expression: rendered
The Neuron K8s device plugin, https://awsdocs-neuron.readthedocs-hosted.com/en/latest/containers/tutorials/k8s-setup.html,
will need to be installed in the cluster in order to mount and utilize the Neuron devcies
in your pods. Add the following node selector and toleration to your device plugin Helm chart
in your pods. Add the following node selector and toleration to your device plugin Daemonset
values to ensure the device plugin runs on nodes that have Neuron devices present
(as identified via the MNG label and taint provided below):
Expand All @@ -19,6 +19,10 @@ tolerations:
operator: Exists
effect: NoSchedule
```
The Neuron K8s device plugin Helm chart support can be tracked in the following two GitHub issues:
- https://github.com/aws/eks-charts/issues/1068
- https://github.com/aws-neuron/aws-neuron-sdk/issues/707
*/
################################################################################
# EKS Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ expression: rendered
The Neuron K8s device plugin, https://awsdocs-neuron.readthedocs-hosted.com/en/latest/containers/tutorials/k8s-setup.html,
will need to be installed in the cluster in order to mount and utilize the Neuron devcies
in your pods. Add the following node selector and toleration to your device plugin Helm chart
in your pods. Add the following node selector and toleration to your device plugin Daemonset
values to ensure the device plugin runs on nodes that have Neuron devices present
(as identified via the MNG label and taint provided below):
Expand All @@ -20,6 +20,10 @@ tolerations:
effect: NoSchedule
```
The Neuron K8s device plugin Helm chart support can be tracked in the following two GitHub issues:
- https://github.com/aws/eks-charts/issues/1068
- https://github.com/aws-neuron/aws-neuron-sdk/issues/707
## EFA K8s Device Plugin
The EFA K8s device plugin, https://github.com/aws/eks-charts/tree/master/stable/aws-efa-k8s-device-plugin,
Expand Down

0 comments on commit c7684ed

Please sign in to comment.