Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Dec 3, 2021
1 parent e4b5396 commit 9470f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/karpenter/crds/karpenter.sh_provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ spec:
spec:
description: ProvisionerSpec is the top level provisioner specification.
Provisioners launch nodes in response to pods that are unschedulable.
A single provisioner is capable of managing diverse set of nodes. Node
properties are determined from a combination of provisioner and pod
scheduling constraints.
A single provisioner is capable of managing a diverse set of nodes.
Node properties are determined from a combination of provisioner and
pod scheduling constraints.
properties:
labels:
additionalProperties:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/provisioning/v1alpha5/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

// ProvisionerSpec is the top level provisioner specification. Provisioners
// launch nodes in response to pods that are unschedulable. A single provisioner
// is capable of managing diverse set of nodes. Node properties are determined
// is capable of managing a diverse set of nodes. Node properties are determined
// from a combination of provisioner and pod scheduling constraints.
type ProvisionerSpec struct {
// Constraints are applied to all nodes launched by this provisioner.
Expand Down

0 comments on commit 9470f66

Please sign in to comment.