Skip to content

Commit a81c49a

Browse files
authored
Merge pull request #47 from zongzw/master
fix doc and deploy typos.
2 parents 88f1659 + 944eae1 commit a81c49a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker build -t bigip-kubernetes-gateway:latest -f build/Dockerfile .
22
FROM alpine:3.16.2
33

4-
COPY ../cmd/gateway/bigip-kubernetes-gateway-controller-linux /
4+
COPY ../cmd/controller/bigip-kubernetes-gateway-controller-linux /
55

66
RUN date > /build_date

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image_build: binary_build
1616
-f build/Dockerfile .
1717

1818
binary_build:
19-
cd ../cmd/gateway; \
19+
cd ../cmd/controller; \
2020
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
2121
go build -ldflags '-s -w --extldflags "-static -fpic"' -o bigip-kubernetes-gateway-controller-linux; \
2222
# CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 \

examples/beforehand-validation/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ When '--validates' is used at controller starts, the controller will check the r
1919

2020
* If the `Gateway` doesn't exist, `HTTPRoute` upsert(update & insert) request would be denied.
2121
* If there are still `HTTPRoute`s referring to `Gateway`, the `Gateway`'s deletion request would be denied.
22-
*
22+
2323

2424
* *httproute.rules.backendRefs*
2525

2626
When this option is appended, the reference between `HTTPRoute` and `Service` would be checked.
2727

28-
If there are no `Service` existing, `HTTPRoute` upsert request would be denied.
29-
30-
If there
28+
* If there are no `Service` existing, `HTTPRoute` upsert request would be denied.
3129

3230
* *gateway.gatewayClassName*
3331

0 commit comments

Comments
 (0)