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
experimental
Gateway API CRDs, run the following command:Note: The
experimental
package consists of both thestandard
Gateway API CRDs andexperimental
CRDs.kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml
To install only the
standard
Gateway API CRDs, run the following command:kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml