Skip to content

Instantly share code, notes, and snippets.

View BernhardRode's full-sized avatar

Bernhard Rode BernhardRode

View GitHub Profile
@BernhardRode
BernhardRode / gist:8cd7a89dd25f7b5ce1e2c97ed2a9f3f8
Created July 27, 2023 17:34
# Rezepte von Sarah und Bernhard
# Rezepte von Sarah und Bernhard
## Nachtische
### Cinnamon Rolls
#### Zutaten
#### Teig
# Treffen 2019-02-06
## Erledigt
* Stadtmauer erledigt
* Grundstückstausch erledigt
## Angebote
### Gauer
@BernhardRode
BernhardRode / SETUP.md
Last active September 4, 2018 22:35
Setup AKS with istio

Prerequisits

CLI Versions

Helm: v2.10.0 Kubectl: v1.11.2

Setup

AKS

az group create --location westeurope --name istio-issue
az aks create --resource-group istio-issue --name istio-aks-cluster --node-count 3 --node-vm-size Standard_D2_v3 --kubernetes-version 1.11.2
<!DOCTYPE html>
<html>
<head>
<link href="https://unpkg.com/leaflet@1.0.2/dist/leaflet.css" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet-src.js"></script>
<meta charset="utf-8">
<title>Leaflet JS Bin</title>
<style>
#map {
width:100%;
<!DOCTYPE html>
<html>
<head>
<link href="https://unpkg.com/leaflet@1.0.2/dist/leaflet.css" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/leaflet@1.0.2/dist/leaflet-src.js"></script>
<meta charset="utf-8">
<title>Leaflet JS Bin</title>
<style>
#map {
width:100%;
/* Remove Outline on click @slackhq */
button {
&.close {
&:active {
color: rgb(42, 128, 185);
opacity:1;
}
&:focus {
outline: none;