From 9097f7b5a6dacd1006ad115ae41fa2eb0ba66da5 Mon Sep 17 00:00:00 2001 From: Anna Song Date: Fri, 13 May 2022 09:15:30 -0700 Subject: [PATCH] Document urls cannot specify ports --- examples/remoteBuild.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/remoteBuild.md b/examples/remoteBuild.md index bd3e77717..c4ddc459f 100644 --- a/examples/remoteBuild.md +++ b/examples/remoteBuild.md @@ -6,8 +6,9 @@ kustomization directories via URLs too. The URL format is an HTTPS or SSH `git clone` URL with an optional directory and -some query string parameters. The directory is specified by appending a `//` -after the repo URL. The following query string parameters can also be specified: +some query string parameters. Kustomize does not currently support ports in the +URL. The directory is specified by appending a `//` after the repo URL. The +following query string parameters can also be specified: * `ref` - a `git fetch`-able ref, typically a branch, tag, or full commit hash (short hashes are not supported)