forked from kubernetes-sigs/aws-ebs-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes-sigs#856 from krmichel/master
Cleanup helm chart
- Loading branch information
Showing
50 changed files
with
539 additions
and
548 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,39 @@ | ||
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: | ||
extraCreateMetadata: | ||
extraVolumeTags: | ||
k8sTagClusterId: | ||
nodeSelector: | ||
podAnnotations: | ||
priorityClassName: | ||
region: | ||
replicaCount: | ||
resources: | ||
tolerations: | ||
topologySpreadConstraints: | ||
volumeAttachLimit: | ||
|
||
are moving to | ||
|
||
controller: | ||
affinity: | ||
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
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
10 changes: 0 additions & 10 deletions
10
charts/aws-ebs-csi-driver/templates/controller-poddisruptionbudget.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.