Skip to content

Commit 185d611

Browse files
final final tweaks
1 parent dbd9960 commit 185d611

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/helm-on-gcp/gke-cluster-for-helm.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,15 @@ gke-helm-arm64-cluster-default-pool-f4ab8a2d-5ldp Ready <none> 5h54m v1
142142

143143
All nodes should be in **Ready** state and the Kubernetes control plane should be accessible.
144144

145-
### Taint the cluster nodes
145+
### Taint the cluster nodes for arm64 support
146146

147-
Taint the nodes to ensure proper scheduling. For each node starting with **gke**, run the taint command. For example:
147+
Taint the nodes to ensure proper scheduling on arm64 VMs. For each node starting with **gke**, run the following taint command.
148+
149+
{{% notice Note %}}
150+
Note the required "-" at the end... its needed!
151+
{{% /notice %}}
152+
153+
For example using the node IDs in the output above:
148154

149155
```console
150156
kubectl taint nodes gke-helm-arm64-cluster-default-pool-f4ab8a2d-5h6f kubernetes.io/arch=arm64:NoSchedule-

0 commit comments

Comments
 (0)