Commit bcd0535
committed
deploy: unify and simplify deployment scripts
Conceptually, each deployment can have its own script. This may become
relevant at some point, so the CI looks for the script in the
individual directories.
But in practice the current two copies of the script were
identical. It makes sense to keep only a single copy in a neutral
place and use it via symlinks.
While at it, the unused CRD installation gets removed. It's definitely
not needed for 1.14 (no CRDs) and should not be needed for
1.13 (cluster setup must install them).1 parent 879ba77 commit bcd0535
File tree
4 files changed
+168
-337
lines changed- deploy
- kubernetes-1.13
- master
- util
4 files changed
+168
-337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments