Commit 829e243
committed
COSI-98: Pin COSI install to v1alpha1 (v0.2.2)
The upstream kustomize URL
github.com/kubernetes-sigs/container-object-storage-interface tracks main,
which now ships v1alpha2 CRDs. This driver only speaks v1alpha1 (see
proto/cosi.proto and cosi-examples/**), so following the install docs
produces a broken setup: CRDs on the cluster do not match what the driver
emits, and every Bucket / BucketClaim / BucketAccess reconcile fails.
Pin the kustomize ref to v0.2.2 (the last v1alpha1 release) everywhere the
command appears: install docs (README.md, docs/installation/install-helm.md)
and CI (.github/scripts/setup_cosi_resources.sh, cleanup_cosi_resources.sh,
.github/workflows/helm-validation.yml). Also add a short compatibility note
to the docs warning users off upstream main.1 parent b50a646 commit 829e243
5 files changed
Lines changed: 8 additions & 6 deletions
File tree
- .github
- scripts
- workflows
- docs/installation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments