Install Gateway API CRDsΒΆ
Install the experimental or standard Gateway API CRDs before you start the Orchestrator:
Note: When installing BIG-IP Next for Kubernetes via the Orchestrator, the F5-customized Gateway API CRDs are automatically configured and deployed alongside other BIG-IP Next for Kubernetes components.
To install
experimentalGateway API CRDs, run the following command:Note: The
experimentalpackage consists of both thestandardGateway API CRDs andexperimentalCRDs.kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml
To install only the
standardGateway API CRDs, run the following command:kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml