Skip to content

Commit

Permalink
triggering a build + updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimo committed Apr 12, 2023
1 parent a893fdb commit d66fdd9
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A state of the art _Big Data Infrastructure_ and _Management Platform_ to _build
*Big Data 2.0 Analytics clusters* on *Kubernetes*.


image::doc/guides/eskimo-guide/pngs/status-wide.png[800, 800, align="center"]
image::doc/guides/eskimo-guide/pngs/status-wide-condensed.png[800, 800, align="center"]

Eskimo is in a certain way the Operating System of your Big Data Cluster:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/guides/eskimo-guide/pngs/console-wide.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/guides/eskimo-guide/pngs/file-manager-wide.png
Binary file not shown.
Binary file modified doc/guides/eskimo-guide/pngs/kube-config-medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/guides/eskimo-guide/pngs/node-services-choice-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/guides/eskimo-guide/pngs/nodes-config-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/guides/eskimo-guide/pngs/services-config-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/guides/eskimo-guide/pngs/setup-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/guides/eskimo-guide/pngs/status-wide-condensed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions doc/guides/eskimo-guide/services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ kubernetes services.

===== Kubernetes services name resolution on host nodes

As of current version of Eskimo (V0.5), no ost-level DNS service is provided to provide service name resolution for
nodes host level commands and components.
As of current version of Eskimo (V0.5), no host-level DNS service is setup to provide service name resolution for
node / host level commands and components.

Eskimo provides in place a command `eskimo-kube-exec` which invokes the passed command line within a container where
kubernetes services are declared in `/etc/hosts`, thus making them available for command line programs.
kubernetes services are dynamically declared in `/etc/hosts`, thus making them available for command line programs.


=== Elastic Logstash
Expand Down Expand Up @@ -374,7 +374,7 @@ Eskimo is able to provision Kibana dashboards and referenced objects automatical

* dashboards and all references objects exports need to be put under `services_setup/kibana/samples/` such as
e.g. `samples/berka-transactions.ndjson`
* These Kibana export archives need to be self contained : every direct or indirect object referenced by a dashboard
* These Kibana export archives need to be self-contained : every direct or indirect object referenced by a dashboard
such as obviously visualizations, saved searches, index patterns, etc. need to be selected when creating the extract.

==== Pre-packaged Kibana Dashboards
Expand Down
4 changes: 2 additions & 2 deletions doc/guides/eskimo-guide/user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ administer the cluster nodes.
The menu "*SSH Terminals*" gives access to SSH terminals to each and every node configured in the eskimo cluster, just
as a plain old SSH console, but from within your web browser.

image::pngs/console-wide.png[800, 800, align="center"]
image::pngs/console-wide-condensed.png[800, 800, align="center"]

As a design choice, the SSH Terminal doesn't provide any toolbar but leverages on keyboard shortcuts to perform most
useful actions.
Expand Down Expand Up @@ -101,7 +101,7 @@ The Menu "*SFTP File Manager*" gives access to a web file manager which one can
* Upload files on nodes
* etc.

image::pngs/file-manager-wide.png[800, 800, align="center"]
image::pngs/file-manager-wide-condensed.png[800, 800, align="center"]

=== Services Web Consoles

Expand Down
19 changes: 9 additions & 10 deletions test_lab/integration_test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1999,15 +1999,14 @@ do_overwrite_sc() {
# overwrite all screenshots

set -e
cp $SCRIPT_DIR/../../target/screenshots/console-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/file-manager-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/kube-config-medium.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/nodes-config-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/services-config-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/setup-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/status-wide-condensed.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/status-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/node-services-choice-small.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/console-wide-condensed.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/file-manager-wide-condensed.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/kube-config-medium.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/nodes-config-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/services-config-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/setup-wide.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/status-wide-condensed.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
cp $SCRIPT_DIR/../../target/screenshots/node-services-choice-small.png $SCRIPT_DIR/../../doc/guides/eskimo-guide/pngs/
set +e

if [[ -d $SCRIPT_DIR/../../../eskimo_companion_site ]]; then
Expand All @@ -2027,7 +2026,7 @@ do_overwrite_sc() {
cp $SCRIPT_DIR/../../target/screenshots/nodes-config-medium-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/services-config-medium-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/spark-console-medium-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/status-wide.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/status-wide-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/zeppelin-medium-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images
cp $SCRIPT_DIR/../../target/screenshots/flink-runtime-medium-condensed.png $SCRIPT_DIR/../../../eskimo_companion_site/images

Expand Down

0 comments on commit d66fdd9

Please sign in to comment.