- no upfront installation/agents on remote/slave machines - ssh should be enough
- application components should use third-party software, e.g. HDFS, Spark's cluster, deployed separately
- configuration templating
- environment requires/asserts, i.e. we need a JVM in a given version before doing deployment
- deployment process run from Jenkins
People experimenting with kubernetes clusters on the GKE not necessarily have money to keep a full cluster on at all time. GKE clusters can be easily resized, but this still incurs in the full instance cost when the cluster is up.
Google has added preemptible instances that are ideal for many
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
BASE_PATH=/var/opt/gitlab/gitlab-rails/shared/registry/docker/registry/v2/repositories | |
DRY_RUN=0 | |
KEEP_LAST_IMAGES=10 | |
RUN_GARBAGE_COLLECTOR=0 | |
GITLAB_CTL_COMMAND=`which gitlab-ctl` | |
%%tana%%
- Cheat Sheet
- ✨ Tana Expressions
- Title #tana-expression
- Description:: A title expression composes values from the node into a title.
- Attributes:: Search for Tana "Title" Attributes
- Search #tana-expression
- Description:: The search expression consists of a flat list of match-clauses that must be true for a node to match the search.
- Attributes:: Search for Search Attributes + Search for Search Field Values
- Title #tana-expression
- ✨ Tana Expressions
- 🧩 Tana Attributes
OlderNewer