For infromationm, on GKE we create a cluster without Httploadbalancing because we use an nginx ingress:
gcloud container clusters create NAME --disable-addons HttpLoadBalancing
#!/bin/bash | |
set -eo pipefail | |
usage() { | |
echo "Usage: $0 <cmd>" | |
echo "Available commands:" | |
echo " * mic" | |
echo " * vid" | |
echo " * both" |
#!/usr/bin/env bash | |
IPV4_BASE=10.42.42. | |
IPV6_BASE=fd86:ea04:1115:: | |
WG_INTERFACE=wg0 | |
SERVER_PUB_KEY="MYPUBKEY" | |
ROUTED_NET="10.42.42.0/24, fd86:ea04:1115::/64" | |
#ROUTED_NET_ALL="0.0.0.0/0, ::/0" | |
SERVER_ENDPOINT="vpn.example.com:51820" |
# Kubernetes | |
kubec() { | |
export KUBECONFIG=${HOME}/.kube/config_${1} | |
} | |
_kubec() { | |
local configs_avail | |
configs_avail=(~/.kube/config_*) | |
for c in $configs_avail; do compadd ${$(basename $c)#"config_"}; done | |
} | |
compdef _kubec kubec |
tobru@orangepiwin:~$ uname -a | |
Linux orangepiwin 3.10.107-pine64 #9 SMP PREEMPT Fri Apr 6 09:05:49 CEST 2018 aarch64 aarch64 aarch64 GNU/Linux | |
tobru@orangepiwin:~$ free -m | |
total used free shared buff/cache available | |
Mem: 1988 621 51 37 1314 1264 | |
Swap: 0 0 0 | |
tobru@orangepiwin:~$ cat /proc/cpuinfo | |
Processor : AArch64 Processor rev 4 (aarch64) |
I0404 20:00:59.036642 4164 plugins.go:83] Registered admission plugin "NamespaceLifecycle" | |
I0404 20:00:59.037089 4164 plugins.go:83] Registered admission plugin "Initializers" | |
I0404 20:00:59.037184 4164 plugins.go:83] Registered admission plugin "ValidatingAdmissionWebhook" | |
I0404 20:00:59.037317 4164 plugins.go:83] Registered admission plugin "MutatingAdmissionWebhook" | |
I0404 20:00:59.037565 4164 plugins.go:83] Registered admission plugin "AlwaysAdmit" | |
I0404 20:00:59.037655 4164 plugins.go:83] Registered admission plugin "AlwaysPullImages" | |
I0404 20:00:59.037734 4164 plugins.go:83] Registered admission plugin "LimitPodHardAntiAffinityTopology" | |
I0404 20:00:59.037817 4164 plugins.go:83] Registered admission plugin "DefaultTolerationSeconds" | |
I0404 20:00:59.037895 4164 plugins.go:83] Registered admission plugin "AlwaysDeny" | |
I0404 20:00:59.037989 4164 plugins.go:83] Registered admission plugin "EventRateLimit" |
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://earth.google.com/kml/2.2"> | |
<Document> | |
<name>Adventsfenster Urdorf</name><Style id="ico1"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_1.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico2"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_2.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico3"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_3.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<name>Adventsfenster Urdorf</name><Style id="ico4"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/_/rsrc/1416772784853/home/number_4.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style> | |
<nam |
<?php | |
$GLOBALS['config']['DATADIR'] = 'data'; // Data subdirectory | |
$GLOBALS['config']['CONFIG_FILE'] = $GLOBALS['config']['DATADIR'].'/config.php'; // Configuration file (user login/password) | |
$GLOBALS['config']['DATASTORE'] = $GLOBALS['config']['DATADIR'].'/datastore.php'; // Data storage file. | |
$GLOBALS['config']['CACHEDIR'] = 'cache'; // Cache directory for thumbnails for SLOW services (like flickr) | |
$GLOBALS['config']['PAGECACHE'] = 'pagecache'; // Page cache directory. | |
// User configuration | |
if (is_file($GLOBALS['config']['CONFIG_FILE'])) { | |
require_once $GLOBALS['config']['CONFIG_FILE']; | |
} |
Vagrant support is maintained by Cachet users from within the community.
I hereby claim:
To claim this, I am signing this object: