From 7b389ed2454796e5443d02778c672bfeca13bb08 Mon Sep 17 00:00:00 2001 From: jmorganca Date: Thu, 17 Jun 2021 13:41:30 -0400 Subject: [PATCH] Update install commands and yaml --- Makefile | 2 +- README.md | 6 +++--- deploy/engine.yaml | 3 +-- deploy/registry.yaml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8017447dd0..a753eec9c4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ tag := $(shell git describe --tags) -repo := infrahq/infra +repo := infrahq/early-access generate: go generate ./... diff --git a/README.md b/README.md index aa0859b541..5dd346015a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Infra is **identity and access management** for Kubernetes. Provide any user fin ### Install Infra Registry ``` -kubectl apply -f https://raw.githubusercontent.com/infrahq/early-access/main/deploy/registry.yaml +kubectl apply -f https://raw.githubusercontent.com/infrahq/release/main/deploy/registry.yaml ``` Infra exposes a `LoadBalancer` service by default. Find the **External IP** of the load balancer: @@ -34,7 +34,7 @@ kubectl get svc --namespace infra ### Install Infra CLI ``` -curl -L "https://github.com/infrahq/early-access/releases/latest/download/infra-$(uname -s)-$(uname -m)" -o /usr/local/bin/infra && chmod +x /usr/local/bin/infra +curl -L "https://github.com/infrahq/release/releases/latest/download/infra-$(uname -s)-$(uname -m)" -o /usr/local/bin/infra && chmod +x /usr/local/bin/infra ``` ### Log in @@ -60,7 +60,7 @@ kubectl create configmap infra-engine -n infra --from-literal="name=