Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gateway-api (L4) #120

Merged
merged 2 commits into from
Mar 20, 2024
Merged

add gateway-api (L4) #120

merged 2 commits into from
Mar 20, 2024

Conversation

backguynn
Copy link
Collaborator

steps:

  1. install gateway api CRDs:
    kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml

  2. deploy gateway api manifests:
    kubectl apply -f manifest/gateway-api/gatewayclass.yaml
    kubectl apply -f manifest/gateway-api/gateway.yaml
    kubectl apply -f manifest/gateway-api/tcpRoute.yaml
    kubectl apply -f manifest/gateway-api/udpRoute.yaml

  3. check status of gateway resources:
    kubectl get gatewayclass
    kubectl get gateway
    kubectl get tcproute
    kubectl get svc

@UltraInstinct14 UltraInstinct14 merged commit a42040f into loxilb-io:main Mar 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants