Skip to content

Commit

Permalink
Gateway APIのインストール方法の変更 (cloudnativedaysjp#362)
Browse files Browse the repository at this point in the history
* Update README.md

* Update chapter_cluster-create/README.md
  • Loading branch information
ystkfujii authored Oct 17, 2024
1 parent ee62a1c commit b5b06fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions chapter_cluster-create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,8 @@ Ingress NGINX Controllerはインターネットからkind上のServiceリソー
まず、最初にGateway APIのCRDをデプロイします。
```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_gateways.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_httproutes.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_referencegrants.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/standard/gateway.networking.k8s.io_grpcroutes.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/v1.1.0/config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml
```
Gateway API以外のコンポーネントはhelmfileコマンドを利用することでデプロイできます。
Expand Down

0 comments on commit b5b06fa

Please sign in to comment.