You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# KIC Test Containers
2
2
3
-
This repository contains the Dockerfiles and code for the test containers used in the [Kubernetes Ingress Controller](https://github.com/nginxinc/kubernetes-ingress).
3
+
This repository contains the Dockerfiles and code for the test containers used in the [Kubernetes Ingress Controller](https://github.com/nginx/kubernetes-ingress).
4
4
5
5
## Building the containers for local testing
6
6
@@ -19,5 +19,5 @@ make grpc-server
19
19
20
20
## Publishing the containers
21
21
22
-
The containers are published to the [NGINX GitHub Container Registry](https://github.com/orgs/nginxinc/packages?repo_name=kic-test-containers)
22
+
The containers are published to the [NGINX GitHub Container Registry](https://github.com/orgs/nginx/packages?repo_name=kic-test-containers)
23
23
when a new tag is created in this repository. You can see the packages on the right side of this page.
Copy file name to clipboardExpand all lines: tcp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ overridden.
18
18
- Test the change:
19
19
- Use the minikube registry ```$ eval $(minikube docker-env)```
20
20
- Build the docker image from the root of the project ```docker build -t tcp-server .```
21
-
- Update the [service yaml](https://github.com/nginxinc/kubernetes-ingress/blob/main/tests/data/transport-server-tcp-load-balance/standard/service_deployment.yaml)
21
+
- Update the [service yaml](https://github.com/nginx/kubernetes-ingress/blob/main/tests/data/transport-server-tcp-load-balance/standard/service_deployment.yaml)
22
22
to use the local version ```-> imagePullPolicy: Never```
Copy file name to clipboardExpand all lines: udp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ overridden.
18
18
- Test the change:
19
19
- Use the minikube registry ```$ eval $(minikube docker-env)```
20
20
- Build the docker image from the root of the project ```docker build -t udp-server .```
21
-
- Update the [service yaml](https://github.com/nginxinc/kubernetes-ingress/blob/main/tests/data/transport-server-udp-load-balance/standard/service_deployment.yaml)
21
+
- Update the [service yaml](https://github.com/nginx/kubernetes-ingress/blob/main/tests/data/transport-server-udp-load-balance/standard/service_deployment.yaml)
22
22
to use the local version ```-> imagePullPolicy: Never```
0 commit comments