Fix typo
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m30s
Smoke Test / Run basic test suite (pull_request) Successful in 5m10s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m56s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 12m56s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 6m4s

This commit is contained in:
David Boreham 2024-08-15 11:10:46 -06:00
parent 35c07be180
commit 975ff2585c

View File

@ -168,7 +168,7 @@ EOF
# laconic-3af549a3ba0e3a3c-control-plane [map[effect:NoSchedule key:node-role.kubernetes.io/control-plane]]
# laconic-3af549a3ba0e3a3c-worker <none>
# laconic-3af549a3ba0e3a3c-worker2 <none>
# laconic-3af549a3ba0e3a3c-worker3 [map[effect:NoSchedule key:nodeavoid value:a]]
# laconic-3af549a3ba0e3a3c-worker3 [map[effect:NoSchedule key:nodeavoid value:c]]
# We can now modify the deployment spec file to require a set of affinity and/or taint combinations
# then bring up the deployment and check that the pod is scheduled to an expected node.