Skip to content

Commit

Permalink
Make conditional work with newer hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
pipo02mix committed May 2, 2024
1 parent 6af9767 commit ca13b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ owner:

{{< platform_support_table aws="ga=v11.2.0" >}}

As of workload cluster release v{{% first_aws_spotinstances_version %}} for AWS, node pools can use [spot instances]({{< relref "/vintage/advanced/cluster-management/spot-instances/aws/overview " >}}). Users can select for each node pool which percentage of nodes should be covered by spot instances and by on-demand instances respectively. And users can define a base amount of on-demand instances that will be used, to ensure at least a certain amount of worker nodes are available at any time.
As of workload cluster release v{{% first_aws_spotinstances_version %}} for AWS, node pools can use [spot instances]({{< relref "/vintage/advanced/cluster-management/spot-instances/aws/overview" >}}). Users can select for each node pool which percentage of nodes should be covered by spot instances and by on-demand instances respectively. And users can define a base amount of on-demand instances that will be used, to ensure at least a certain amount of worker nodes are available at any time.

However, it is still possible that the node pool is in need of more worker nodes and there are just no spot instances available matching the request, based on the availability zone and the instance type(s). In this case the node pool cannot be scaled up. As a result, workloads will likely remain unscheduled.

Expand Down
4 changes: 2 additions & 2 deletions src/layouts/partials/changes/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ <h3>By Category</h3>
</div>
</div>
<div class="col-sm-12 col-md-8 base-content">
{{ if .Paginator }}

{{ if ne (len .Paginator.Pages) 1 }}
{{ partial "changes/list" . }}
{{ else }}
{{ partial "changes/single" . }}
Expand Down

0 comments on commit ca13b84

Please sign in to comment.