Skip to content

Commit 9716645

Browse files
gorkemamisevsk
authored andcommitted
Add KServer Google Artifact Registry instructions
Signed-off-by: Gorkem Ercan <[email protected]>
1 parent b19fafd commit 9716645

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/docs/integrations/kserve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ env:
9696
### AWS ECR (IRSA)
9797

9898
If you use AWS ECR and leverage IRSA (IAM Roles for Service Accounts), set `AWS_ROLE_ARN` on the service account. KitOps will detect it and perform ECR login automatically, unless `KIT_USER` and `KIT_PASSWORD` are provided (which take precedence).
99+
100+
### GKE Workload Identity Federation
101+
102+
The KitOps KServe container also supports GKE login via Workload Identity Federation. To enable this feature, set the `GCP_WIF` environment variable to `true` and specify the `GCP_GAR_LOCATION` to indicate the location of your Google Artifact Registry (GAR) repository (for example, `europe` or `europe-west3`).
103+
104+
When these variables are set, KitOps will use Workload Identity Federation to authenticate with GKE—unless you provide `KIT_USER` and `KIT_PASSWORD`, which always take precedence.

0 commit comments

Comments
 (0)