-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(k8s): schedule runners w/o deploying
This overcomes a limitation that had been temporarily introduced in 0.13, where the `helm` or `kubernetes` Deploy that a `kubernetes-pod` Run or Test targeted would have to be deployed before the Test/Run could be executed. This was essentially a semantic regression from 0.12. This was fixed/improved by simply providing manifests to `kubernetes-pod` Runs and Tests in an equivalent way to how `kubernetes` Deploys are configured. Helm Runs and Tests are now implemented with a new `helm-pod` action definition, which is conceptually similar to the new `kubernetes-pod` implementation, but which render the manifests from a Helm chart instead. Once the `kubernetes-exec` Run and Test action definitions have been implemented, those will be the generally recommended option unless the semantics of the `kubernetes-pod` or `helm-pod` action types are specifically required.
- Loading branch information
Showing
29 changed files
with
2,602 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.