diff --git a/eks-workshop-v2 b/eks-workshop-v2 deleted file mode 160000 index 6d74db982..000000000 --- a/eks-workshop-v2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6d74db982e52fc8955b684792c38a18d85a34190 diff --git a/environment/workspace/modules/fundamentals/mng/spot/deployment.yaml b/environment/workspace/modules/fundamentals/mng/spot/deployment.yaml index 4137650b1..3ae54693a 100644 --- a/environment/workspace/modules/fundamentals/mng/spot/deployment.yaml +++ b/environment/workspace/modules/fundamentals/mng/spot/deployment.yaml @@ -6,4 +6,4 @@ spec: template: spec: nodeSelector: - capacity_type: maanaged_spot + capacity_type: managed_spot diff --git a/website/docs/fundamentals/managed-node-groups/spot/index.md b/website/docs/fundamentals/managed-node-groups/spot/index.md index 8bcc9f8c7..e120e5c58 100644 --- a/website/docs/fundamentals/managed-node-groups/spot/index.md +++ b/website/docs/fundamentals/managed-node-groups/spot/index.md @@ -149,27 +149,4 @@ Output: NAME STATUS NODE catalog-5c48f886c-rrbck Running ip-10-42-11-17.us-west-2.compute.internal catalog-mysql-0 Running ip-10-42-12-234.us-west-2.compute.internal -``` - -### Visualize the Node Usage - -Install "[eks-node-viewer](https://github.com/awslabs/eks-node-viewer)" for visualizing dynamic node usage within a cluster. - -```bash -$ go install github.com/awslabs/eks-node-viewer/cmd/eks-node-viewer@latest -$ sudo mv -v ~/go/bin/eks-node-viewer /usr/local/bin -``` -:::info -* This step may take about 2-3 minutes to download all the dependencies and install eks-node-viewer -* Post Installation, Make sure you run `eks-node-viewer` in a seperate terminal or else you will not see the colors in the output -::: - -Please open a separate terminal and execute below commands for the EKS Node Viewer tool for both `ON_DEMAND` and `SPOT` nodegroups. This will allow you to observe the number of pods currently running on each node and view the corresponding monthly cost associated with those nodes. - -```bash -$ eks-node-viewer --node-selector "eks.amazonaws.com/capacityType=ON_DEMAND" -``` - -```bash -$ eks-node-viewer --node-selector "eks.amazonaws.com/capacityType=SPOT" ``` \ No newline at end of file