Skip to content

Commit

Permalink
Generated 0.2 release (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran authored Mar 31, 2021
1 parent d0272c2 commit 3a509e3
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOFLAGS ?= "-tags=${CLOUD_PROVIDER}"

RELEASE_REPO ?= public.ecr.aws/b6u6q9h4
RELEASE_VERSION ?= v0.1.3
RELEASE_VERSION ?= v0.2.0
RELEASE_MANIFEST = releases/${CLOUD_PROVIDER}/manifest.yaml

WITH_GOFLAGS = GOFLAGS=${GOFLAGS}
Expand Down
26 changes: 22 additions & 4 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@ apiVersion: v1
entries:
karpenter:
- apiVersion: v2
created: "2021-03-18T09:04:30.052332-07:00"
created: "2021-03-30T18:43:04.247802-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 552bdc17f5625e4696bb7419284026f4291428877092ec5d984f486a2b812d6f
name: karpenter
type: application
urls:
- karpenter-v0.2.0.tgz
version: v0.2.0
- apiVersion: v2
created: "2021-03-30T18:43:04.248664-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 121c3345781d7be5e694c5adf3cf10fc938397b2e877bc4346b7430b88e36a96
name: karpenter
type: application
urls:
- karpenter-v0.2.tgz
version: v0.2
- apiVersion: v2
created: "2021-03-30T18:43:04.247417-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 1a597c415201e61576b83ee6ec3e24b99281805b3be8141b0a344c6f014d4e15
name: karpenter
Expand All @@ -11,7 +29,7 @@ entries:
- karpenter-v0.1.3.tgz
version: v0.1.3
- apiVersion: v2
created: "2021-03-18T09:04:30.05188-07:00"
created: "2021-03-30T18:43:04.246376-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 6a6753731aef19db2aae72b6bfc1535917053d87f706579e158cae98c23887b4
name: karpenter
Expand All @@ -20,12 +38,12 @@ entries:
- karpenter-v0.1.2.tgz
version: v0.1.2
- apiVersion: v2
created: "2021-03-18T09:04:30.050124-07:00"
created: "2021-03-30T18:43:04.245404-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 39685c8cbe9a757ca48721aed08b49111fef18bc2a9f67d3223f19d0706f09f7
name: karpenter
type: application
urls:
- karpenter-v0.1.1.tgz
version: v0.1.1
generated: "2021-03-18T09:04:30.049074-07:00"
generated: "2021-03-30T18:43:04.243675-07:00"
Binary file added charts/karpenter-v0.2.0.tgz
Binary file not shown.
Binary file added charts/karpenter-v0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: karpenter
description: A Helm chart for https://github.com/awslabs/karpenter/.
type: application
version: v0.1.3
version: v0.2.0
18 changes: 14 additions & 4 deletions charts/karpenter/templates/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,24 @@ spec:
labels:
control-plane: karpenter
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: In
values:
- linux
- key: kubernetes.io/arch
operator: In
values:
- amd64
serviceAccountName: karpenter
containers:
- name: manager
image: public.ecr.aws/b6u6q9h4/controller:v0.1.3@sha256:f9c28aeeb6c80b1c768eb2123946c15fe24fdf10f1227d3a5df3b01137eaa1cb
image: public.ecr.aws/b6u6q9h4/controller:v0.2.0@sha256:d624380aaf2d20f006196e3edf38a5e186dc6e84a7065c1ef66bf99a002da09d
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down
36 changes: 8 additions & 28 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
</p>
Resource Types:
<ul></ul>
<h3 id="provisioning.karpenter.sh/v1alpha1.Architecture">Architecture
(<code>string</code> alias)</p></h3>
<p>
(<em>Appears on:</em>
<a href="#provisioning.karpenter.sh/v1alpha1.Constraints">Constraints</a>)
</p>
<p>
</p>
<h3 id="provisioning.karpenter.sh/v1alpha1.ClusterSpec">ClusterSpec
</h3>
<p>
Expand Down Expand Up @@ -142,9 +134,9 @@ label &ldquo;topology.kubernetes.io/zone&rdquo; is specified.</p>
</td>
<td>
<em>(Optional)</em>
<p>InstanceTypes constraints which instances types will be used for nodes
launched by the Provisioner. If unspecified, supports all types. Cannot
be specified if label &ldquo;node.kubernetes.io/instance-type&rdquo; is specified.</p>
<p>InstanceTypes constrains which instances types will be used for nodes
launched by the Provisioner. If unspecified, it will support all types.
Cannot be specified if label &ldquo;node.kubernetes.io/instance-type&rdquo; is specified.</p>
</td>
</tr>
<tr>
Expand All @@ -163,40 +155,28 @@ int32
<td>
<code>architecture</code></br>
<em>
<a href="#provisioning.karpenter.sh/v1alpha1.Architecture">
Architecture
</a>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Architecture constraints the underlying node architecture</p>
<p>Architecture constrains the underlying node architecture</p>
</td>
</tr>
<tr>
<td>
<code>operatingSystem</code></br>
<em>
<a href="#provisioning.karpenter.sh/v1alpha1.OperatingSystem">
OperatingSystem
</a>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>OperatingSystem constrain the underlying node operating system</p>
<p>OperatingSystem constrains the underlying node operating system</p>
</td>
</tr>
</tbody>
</table>
<h3 id="provisioning.karpenter.sh/v1alpha1.OperatingSystem">OperatingSystem
(<code>string</code> alias)</p></h3>
<p>
(<em>Appears on:</em>
<a href="#provisioning.karpenter.sh/v1alpha1.Constraints">Constraints</a>)
</p>
<p>
</p>
<h3 id="provisioning.karpenter.sh/v1alpha1.Provisioner">Provisioner
</h3>
<p>
Expand Down Expand Up @@ -388,5 +368,5 @@ its target, and indicates whether or not those conditions are met.</p>
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>6f583a6</code>.
on git commit <code>4a6d377</code>.
</em></p>
2 changes: 1 addition & 1 deletion hack/quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ apply() {
--create-namespace --namespace monitoring \
--atomic
helm upgrade --install karpenter karpenter/karpenter \
--version 0.1.3 \
--version 0.2.0 \
--create-namespace --namespace karpenter \
--atomic
}
Expand Down
18 changes: 14 additions & 4 deletions releases/aws/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,24 @@ spec:
labels:
control-plane: karpenter
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/os
operator: In
values:
- linux
- key: kubernetes.io/arch
operator: In
values:
- amd64
serviceAccountName: karpenter
containers:
- name: manager
image: public.ecr.aws/b6u6q9h4/controller:v0.1.3@sha256:f9c28aeeb6c80b1c768eb2123946c15fe24fdf10f1227d3a5df3b01137eaa1cb
image: public.ecr.aws/b6u6q9h4/controller:v0.2.0@sha256:d624380aaf2d20f006196e3edf38a5e186dc6e84a7065c1ef66bf99a002da09d
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit 3a509e3

Please sign in to comment.