File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ installed before using the Gateway API:
55
66{{< text syntax=bash snip_id=install_crds >}}
77$ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
8- { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml; }
8+ { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml }
99{{< /text >}}
Original file line number Diff line number Diff line change 2222
2323bpsnip_gateway_api_install_crds_install_crds () {
2424kubectl get crd gateways.gateway.networking.k8s.io & > /dev/null || \
25- { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml; }
25+ { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml }
2626}
Original file line number Diff line number Diff line change 44
55{{< text syntax=bash snip_id=install_crds >}}
66$ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
7- { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml; }
7+ { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml }
88{{< /text >}}
Original file line number Diff line number Diff line change 55
66{{< text syntax=bash snip_id=install_crds >}}
77$ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
8- { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml; }
8+ { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{ < k8s_gateway_api_version >}}/standard-install.yaml }
99{{< /text >}}
You can’t perform that action at this time.
0 commit comments