Skip to content

Commit

Permalink
feat(provider/kubernetes): run job node selector (#5181) (#5191)
Browse files Browse the repository at this point in the history
add support for run job node selector. looks like clouddriver already
supports this so we just need to expose it via the UI

fixes spinnaker/spinnaker#2553
  • Loading branch information
ethanfrogers authored and Scott Bloch-Wehba-Seaward committed Apr 17, 2018
1 parent 091c23e commit af7cef4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
</div>
<map-editor model="ctrl.stage.labels" add-button-label="Add Labels" labels-left="true">
</map-editor>

<div class="sm-label-left">
<b>Node Selector</b>
</div>
<map-editor model="ctrl.stage.nodeSelector" add-button-label="Add Node Selector" labels-left="true">
</map-editor>

</v2-wizard-page>

<div ng-repeat="container in ctrl.stage.containers">
Expand Down

0 comments on commit af7cef4

Please sign in to comment.