Closed chrisjs closed 6 years ago
there are a few properties wrapped up in this so ive added some testing notes here to help speed that process along:
goto dashboard
bulk import: http://bit.ly/Clark-GA-task-applications-docker
create a timestamp task
schedule the task
test property examples:
when a scheduled task pod appears inspect the contents:
kubectl get POD_NAME -o yaml
SPRING_APPLICATION_JSON
will be in the yaml output with values in JSONkubectl get events
: Error creating: pods "schedule1-1540342800-" is forbidden: error looking up service account default/none: serviceaccount "myserviceacct" not found
kubectl create serviceaccount myserviceacct
imagePullSecret
and observe it fails, ie: doing a kubectl describe POD_NAME
and verifying the events show something similar to Error response from daemon: pull access denied for....
scheduler.kubernetes.imagePullSecret
property. schedule the task and verify it schedules as expectedupdated per review comments
LGTM
Squashed Merged
Resolves #11