We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3737cb9 commit 5eb2409Copy full SHA for 5eb2409
1 file changed
README.md
@@ -111,8 +111,8 @@ talosctl apply-config --insecure --nodes <node-ip-2> --file iac/talos/clustercon
111
### 4. Install Gateway API CRDs
112
This is a prerequisite for Cilium's Gateway API integration.
113
```bash
114
-kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/standard-install.yaml
115
-kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.0/experimental-install.yaml
+kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
+kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/experimental-install.yaml
116
```
117
118
### 5. Configure Secret Management
0 commit comments