You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Writing your first Promise section of the workshop, the learner is told to verify that their todo app request has been deployed to the the worker cluster with:
kubectl --context $WORKER get deployments
However, the app has no selectors to ensure that is is deployed on the worker cluster and can end up on the platform cluster.
Acceptance
Given a user has followed the instructions in Writing your first Promise
When they apply the app Promise
Then the resource is consistently scheduled to the worker cluster
The text was updated successfully, but these errors were encountered:
SaphMB
changed the title
fix: todo app in workshop should be scheduled to the worker cluster
fix: todo resource request in workshop should be scheduled to the worker cluster
Oct 29, 2024
@kirederik Interesting, they were doing the workshop on Instruqt and reported observing that the the app could be scheduled to the platform. Two people mentioned this
In the Writing your first Promise section of the workshop, the learner is told to verify that their
todo
app request has been deployed to the the worker cluster with:However, the app has no selectors to ensure that is is deployed on the worker cluster and can end up on the platform cluster.
Acceptance
Given a user has followed the instructions in Writing your first Promise
When they apply the
app
PromiseThen the resource is consistently scheduled to the worker cluster
The text was updated successfully, but these errors were encountered: