Commit 664b9d0
Release v2.1.0 (#2354)
* Allow setting automountServiceAccountToken (#2298)
* Allow setting automountServiceAccountToken on workloads and serviceAccounts
Signed-off-by: Aran Shavit <[email protected]>
* update helm docs
Signed-off-by: Aran Shavit <[email protected]>
---------
Signed-off-by: Aran Shavit <[email protected]>
(cherry picked from commit 515d805)
* Fix: executor container security context does not work (#2306)
Signed-off-by: Yi Chen <[email protected]>
(cherry picked from commit 171e429)
* Fix: should not add emptyDir sizeLimit conf if it is nil (#2305)
Signed-off-by: Yi Chen <[email protected]>
(cherry picked from commit 763682d)
* Allow the Controller and Webhook Containers to run with the securityContext: readOnlyRootfilesystem: true (#2282)
* create a tmp dir for the controller to write Spark artifacts to and set the controller to readOnlyRootFilesystem
Signed-off-by: Nick Gretzon <[email protected]>
* mount a dir for the webhook container to generate its certificates in and set readOnlyRootFilesystem: true for the webhook pod
Signed-off-by: Nick Gretzon <[email protected]>
* update the securityContext in the controller deployment test
Signed-off-by: Nick Gretzon <[email protected]>
* update securityContext of the webhook container in the deployment_test
Signed-off-by: Nick Gretzon <[email protected]>
* update README
Signed-off-by: Nick Gretzon <[email protected]>
* remove -- so comments are not rendered in the README.md
Signed-off-by: Nick Gretzon <[email protected]>
* recreate README.md after removal of comments for volumes and volumeMounts
Signed-off-by: Nick Gretzon <[email protected]>
* make indentation for volumes and volumeMounts consistent with rest of values.yaml
Signed-off-by: Nick Gretzon <[email protected]>
* Revert "make indentation for volumes and volumeMounts consistent with rest of values.yaml"
This reverts commit dba97fc.
Signed-off-by: Nick Gretzon <[email protected]>
* fix indentation in webhook and controller deployment templates for volumes and volumeMounts
Signed-off-by: Nick Gretzon <[email protected]>
* Update charts/spark-operator-chart/values.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/values.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/values.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/values.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/templates/controller/deployment.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/templates/controller/deployment.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/templates/webhook/deployment.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* Update charts/spark-operator-chart/templates/webhook/deployment.yaml
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
* add additional securityContext to the controller deployment_test.yaml
Signed-off-by: Nick Gretzon <[email protected]>
---------
Signed-off-by: Nick Gretzon <[email protected]>
Signed-off-by: Nicholas Gretzon <[email protected]>
Co-authored-by: Yi Chen <[email protected]>
(cherry picked from commit 72107fd)
* Fix: should not add emptyDir sizeLimit conf on executor pods if it is nil (#2316)
Signed-off-by: Cian Gallagher <[email protected]>
(cherry picked from commit 2999546)
* Bump `volcano.sh/apis` to 1.10.0 (#2320)
Signed-off-by: Jacob Salway <[email protected]>
(cherry picked from commit 22e4fb8)
* Truncate UI service name if over 63 characters (#2311)
* Truncate UI service name if over 63 characters
Signed-off-by: Jacob Salway <[email protected]>
* Also truncate ingress name
Signed-off-by: Jacob Salway <[email protected]>
---------
Signed-off-by: Jacob Salway <[email protected]>
(cherry picked from commit 43c1888)
* Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#2332)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.28.0...0.29.0)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 270b09e)
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0 (#2335)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.2 to 2.22.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.2...v2.22.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 40423d5)
* The webhook-key-name command-line param isn't taking effect (#2344)
Signed-off-by: C. H. Afzal <[email protected]>
(cherry picked from commit a261523)
* Robustness to driver pod taking time to create (#2315)
* Retry after driver pod now found if recent submission
Signed-off-by: Thomas Newton <[email protected]>
* Add a test
Signed-off-by: Thomas Newton <[email protected]>
* Make grace period configurable
Signed-off-by: Thomas Newton <[email protected]>
* Update test
Signed-off-by: Thomas Newton <[email protected]>
* Add an extra test with the driver pod
Signed-off-by: Thomas Newton <[email protected]>
* Separate context to create and delete the driver pod
Signed-off-by: Thomas Newton <[email protected]>
* Tidy
Signed-off-by: Thomas Newton <[email protected]>
* Autoformat
Signed-off-by: Thomas Newton <[email protected]>
* Update error message
Signed-off-by: Thomas Newton <[email protected]>
* Add helm paramater
Signed-off-by: Thomas Newton <[email protected]>
* Update internal/controller/sparkapplication/controller.go
Co-authored-by: Yi Chen <[email protected]>
Signed-off-by: Thomas Newton <[email protected]>
* Newlines between helm tests
Signed-off-by: Thomas Newton <[email protected]>
---------
Signed-off-by: Thomas Newton <[email protected]>
Co-authored-by: Yi Chen <[email protected]>
(cherry picked from commit d815e78)
* Use NSS_WRAPPER_PASSWD instead of /etc/passwd as in spark-operator image entrypoint.sh (#2312)
Signed-off-by: Aakcht <[email protected]>
(cherry picked from commit 5dd91c4)
* Move sparkctl to cmd directory (#2347)
* Move spark-operator
Signed-off-by: Yi Chen <[email protected]>
* Move sparkctl to cmd directory
Signed-off-by: Yi Chen <[email protected]>
* Remove unnecessary app package/directory
Signed-off-by: Yi Chen <[email protected]>
---------
Signed-off-by: Yi Chen <[email protected]>
(cherry picked from commit 2375a30)
* Spark Operator Official Release v2.1.0
Signed-off-by: Yi Chen <[email protected]>
---------
Signed-off-by: Yi Chen <[email protected]>
Co-authored-by: Aran Shavit <[email protected]>
Co-authored-by: Nicholas Gretzon <[email protected]>
Co-authored-by: Cian (Keen) Gallagher <[email protected]>
Co-authored-by: Jacob Salway <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: C. H. Afzal <[email protected]>
Co-authored-by: Thomas Newton <[email protected]>
Co-authored-by: Aakcht <[email protected]>1 parent 1ff61a4 commit 664b9d0
File tree
44 files changed
+387
-137
lines changed- .github/workflows
- charts/spark-operator-chart
- templates
- controller
- spark
- webhook
- tests
- controller
- webhook
- cmd
- operator
- controller
- webhook
- sparkctl
- app
- testdata
- hadoop-conf
- internal
- controller/sparkapplication
- webhook
- pkg/util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+387
-137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | | - | |
| 115 | + | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
142 | | - | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| |||
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
151 | | - | |
| 154 | + | |
152 | 155 | | |
153 | | - | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments