-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
563 additions
and
505 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
To verify that aws-ebs-csi-driver has started, run: | ||
|
||
kubectl get pod -n {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "aws-ebs-csi-driver.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" | ||
|
||
|
||
WARNING: The following values have been deprecated in favor of moving them into the controller or node groups. They will be removed in a subsequent release. | ||
|
||
affinity: | ||
enableVolumeScheduling: | ||
enableVolumeResizing: | ||
extraCreateMetadata: | ||
extraVolumeTags: | ||
k8sTagClusterId: | ||
nodeSelector: | ||
podAnnotations: | ||
priorityClassName: | ||
region: | ||
replicaCount: | ||
resources: | ||
tolerations: | ||
topologySpreadConstraints: | ||
volumeAttachLimit: | ||
|
||
are moving to | ||
|
||
controller: | ||
affinity: | ||
enableVolumeScheduling: | ||
enableVolumeResizing: | ||
extraCreateMetadata: | ||
extraVolumeTags: | ||
k8sTagClusterId: | ||
nodeSelector: | ||
podAnnotations: | ||
priorityClassName: | ||
region: | ||
replicaCount: | ||
resources: | ||
tolerations: | ||
topologySpreadConstraints: | ||
|
||
node: | ||
volumeAttachLimit: |
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
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
2 changes: 1 addition & 1 deletion
2
charts/aws-ebs-csi-driver/templates/clusterrolebinding-resizer.yaml
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
11 changes: 0 additions & 11 deletions
11
charts/aws-ebs-csi-driver/templates/controller-poddisruptionbudget.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.