From cc19e244e0250c014a8a5e1d2f8100448110bc96 Mon Sep 17 00:00:00 2001
From: yuqiuw <72527514+yuqiuw@users.noreply.github.com>
Date: Thu, 10 Jun 2021 11:36:31 -0500
Subject: [PATCH] Revert "Points all URLs to indeedeng"
This reverts commit eb18709abc31207e1b394bbd681c6d8017d1599a.
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index b1577c1..4e4e42f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ k8dash is the easiest way to manage your Kubernetes cluster. Why?
## Click the video below to see k8dash in action
-[](http://www.youtube.com/watch?v=u-1jGAhAHAM "k8dash - Kubernetes Dashboard")
+[](http://www.youtube.com/watch?v=u-1jGAhAHAM "k8dash - Kubernetes Dashboard")
@@ -46,10 +46,10 @@ Back to [Table of Contents](#table_of_contents)
## Getting Started
Deploy k8dash with something like the following...
-NOTE: never trust a file downloaded from the internet. Make sure to review the contents of [kubernetes-k8dash.yaml](https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash.yaml) before running the script below.
+NOTE: never trust a file downloaded from the internet. Make sure to review the contents of [kubernetes-k8dash.yaml](https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash.yaml) before running the script below.
``` bash
-kubectl apply -f https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash.yaml
+kubectl apply -f https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash.yaml
```
To access k8dash, you must make it publicly visible. If you have an ingress server setup, you can accomplish by adding a route like the following
@@ -113,7 +113,7 @@ back to [Table of Contents](#table_of_contents)
## Running k8dash with OpenId Connect (oidc)
-k8dash makes using OpenId Connect for authentication easy. Assuming your cluster is configured to use OIDC, all you need to do is create a secret containing your credentials and run the [kubernetes-k8dash-oidc.yaml](https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash-oidc.yaml) config.
+k8dash makes using OpenId Connect for authentication easy. Assuming your cluster is configured to use OIDC, all you need to do is create a secret containing your credentials and run the [kubernetes-k8dash-oidc.yaml](https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash-oidc.yaml) config.
To learn more about configuring a cluster for OIDC, check out these great links
+ [https://kubernetes.io/docs/reference/access-authn-authz/authentication/](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens)
@@ -123,7 +123,7 @@ To learn more about configuring a cluster for OIDC, check out these great links
You can deploy k8dash with oidc support using something like the following script...
-NOTE: never trust a file downloaded from the internet. Make sure to review the contents of [kubernetes-k8dash-oidc.yaml](https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash-oidc.yaml) before running the script below.
+NOTE: never trust a file downloaded from the internet. Make sure to review the contents of [kubernetes-k8dash-oidc.yaml](https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash-oidc.yaml) before running the script below.
``` bash
OIDC_URL=
@@ -135,7 +135,7 @@ kubectl create secret -n kube-system generic k8dash \
--from-literal=id="$OIDC_ID" \
--from-literal=secret="$OIDC_SECRET"
-kubectl apply -f https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash-oidc.yaml
+kubectl apply -f https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash-oidc.yaml
```
@@ -147,7 +147,7 @@ Back to [Table of Contents](#table_of_contents)
## Running k8dash with NodePort
-If you do not have an ingress server setup, you can utilize a NodePort service as configured in the [kubernetes-k8dash-nodeport.yaml](https://raw.githubusercontent.com/indeedeng/k8dash/master/kubernetes-k8dash-nodeport.yaml). This is ideal when creating a single node master, or if you want to get up and running as fast as possible.
+If you do not have an ingress server setup, you can utilize a NodePort service as configured in the [kubernetes-k8dash-nodeport.yaml](https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash-nodeport.yaml). This is ideal when creating a single node master, or if you want to get up and running as fast as possible.
This will map the k8dash port 4654 to a randomly selected port on the running node. The assigned port can be found using
```
@@ -204,7 +204,7 @@ Back to [Table of Contents](#table_of_contents)
# License
-[Apache License 2.0](https://raw.githubusercontent.com/indeedeng/k8dash/master/LICENSE)
+[Apache License 2.0](https://raw.githubusercontent.com/herbrandson/k8dash/master/LICENSE)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Findeedeng%2Fk8dash?ref=badge_large)