Skip to content

Commit

Permalink
fix: use same console screenshots (one GitHub & one GitLab) everywhere (
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Mar 31, 2023
1 parent afbb581 commit 02f762c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 7 deletions.
Binary file added docs/img/common/github/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed docs/img/kubefirst/github/console.png
Binary file not shown.
Binary file removed docs/img/kubefirst/gitlab/console.png
Binary file not shown.
Binary file removed docs/img/local/github/console.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/kubefirst/aws/github/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You now have an EKS cluster with the following content installed in it:
Once you run the `cluster create` command at the end of the installation will open a new browser tab with the Console UI at
`http://localhost:9094` to provide you a dashboard to navigate through the different services that were provisioned.

![console ui](../../../img/kubefirst/github/console.png)
![console ui](../../../img/common/github/console.png)

![terminal handoff](../../../img/kubefirst/getting-started/cluster-create-result.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/kubefirst/aws/gitlab/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You now have an EKS cluster with the following content installed in it:

Once you run the `cluster create` command at the end of the installation, a new browser tab will open with the Console UI at `http://localhost:9094` to provide you a dashboard to navigate through the different services that were previsioned.

![console ui](../../../img/kubefirst/gitlab/console.png)
![console ui](../../../img/common/gitlab/console.png)

![terminal handoff](../../../img/kubefirst/getting-started/cluster-create-result.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/kubefirst/local/github/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ After the ~5 minute installation, your browser will open a new browser tab at co

## Console UI Screen

![kubefirst console screen](../../../img/local/github/console.png)
![kubefirst console screen](../../../img/common/github/console.png)

## Example of terminal output following cluster creation

Expand Down
2 changes: 1 addition & 1 deletion docs/kubefirst/local/gitlab/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ After the ~5 minute installation, your browser will open a new browser tab at co

## Console UI Screen

![kubefirst console screen](../../../img/local/gitlab/console.png)
![kubefirst console screen](../../../img/common/gitlab/console.png)

## Example of terminal output following cluster creation

Expand Down
13 changes: 10 additions & 3 deletions docs/kubefirst/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ ARC is the [Actions Runner Controller](https://github.com/actions/actions-runner

## Kubefirst Console

### AWS or Civo Console UI

Once you run `kubefirst <platform> create` command, a new brower tab will launch with the kubefirst Console app to provide you a launch page with access to the different services that were provisioned.

![console ui](../img/kubefirst/github/console.png)
<!--tabs-->
# GitHub

![console ui](../img/common/github/console.png)

# GitLab

![console ui](../img/common/gitlab/console.png)

<!--/tabs-->

0 comments on commit 02f762c

Please sign in to comment.