Skip to content

Commit c50b467

Browse files
authored
docs: Update Documentation for Gateway API Plugin Versioning (#97)
* docs: update plugin reference to reflect version changes - Forked the repository because the documentation was outdated. - Noted that updating the version requires attention as the '-' in the name was removed in version 4.0 (e.g., `gateway-api` to `gatewayapi`). - Fixed the reference on line 27 to use `gatewayapi` instead of the outdated `gateway-api`. Signed-off-by: nico <nico@nico> * docs: update plugin reference to reflect version changes - Forked the repository because the documentation was outdated. - Noted that updating the version requires attention as the '-' in the name was removed in version 4.0 (e.g., `gateway-api` to `gatewayapi`). - Fixed the reference on line 27 to use `gatewayapi` instead of the outdated `gateway-api`. Signed-off-by: nico <nico@nico> Signed-off-by: Nico <vnespindola15@gmail.com> --------- Signed-off-by: nico <nico@nico> Signed-off-by: Nico <vnespindola15@gmail.com>
1 parent 6d24af2 commit c50b467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
data:
2525
trafficRouterPlugins: |-
2626
- name: "argoproj-labs/gatewayAPI"
27-
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/<version>/gateway-api-plugin-<arch>"
27+
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/<version>/gatewayapi-plugin-<arch>"
2828
```
2929
3030
You can find the available versions and architectures at the [Releases page](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases).
@@ -40,7 +40,7 @@ metadata:
4040
data:
4141
trafficRouterPlugins: |-
4242
- name: "argoproj-labs/gatewayAPI"
43-
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.2.0/gateway-api-plugin-linux-amd64"
43+
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.4.0/gatewayapi-plugin-linux-amd64"
4444
```
4545

4646
Deploy this file with `kubectl apply -f gateway-plugin.yml -n argo-rollouts`. You can also use [Argo CD](https://argoproj.github.io/cd/) or any other Kubernetes deployment method that you prefer.
@@ -58,7 +58,7 @@ kubectl rollout restart deployment -n argo-rollouts argo-rollouts
5858
Then check the controller logs. You should see a line for loading the plugin:
5959
6060
```
61-
time="XXX" level=info msg="Downloading plugin argoproj-labs/gatewayAPI from: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.2.0/gateway-api-plugin-linux-amd64"
61+
time="XXX" level=info msg="Downloading plugin argoproj-labs/gatewayAPI from: https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/releases/download/v0.4.0/gatewayapi-plugin-linux-amd64"
6262
time="YYY" level=info msg="Download complete, it took 7.792426599s"
6363
```
6464

0 commit comments

Comments
 (0)