<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tolerations :: Kubernetes training</title><link>https://k8s-school.fr/labs/k8s/en/articles/taints_and_tolerations/02-tolerations/index.html</link><description>Add Tolerations to pods Tolerations can be added to pods, or pod templates (for Daemonset, Replicaset, Deployment and Statefulset). Based on the taints on a node, the Kubernetes scheduler will allow to run the Pod on this node if it has the corresponding tolerations.
Toleration syntax in Pod spec.
spec: tolerations: - key: node-role.kubernetes.io/master effect: NoSchedule</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Fabrice Jammes - Licensed under CC BY-SA 4.0</copyright><lastBuildDate/><atom:link href="https://k8s-school.fr/labs/k8s/en/articles/taints_and_tolerations/02-tolerations/index.xml" rel="self" type="application/rss+xml"/></channel></rss>