Commit faa3f61
authored
fix(cli): Don't require gateway CRDs in linkerd install
In #12917 we made the Gateway API CRDs optional in Linkerd and updated the `linkerd check` command to no longer error if these CRDs were not present. However, we missing making the corresponding change in `linkerd install`. As a result, `linkerd install` returns an error if the Gateway API CRDs are not installed on the cluster.
We add the corresponding change to `linkerd install` so that it no longer returns an error if the Gateway API CRDs are not installed.
Signed-off-by: Alex Leong <[email protected]>1 parent 0002b92 commit faa3f61
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
0 commit comments