Skip to content

Instantly share code, notes, and snippets.

@derryos
derryos / cluster.yaml
Created May 28, 2019 07:53
cluster-api-vsphere-config files
#Changed cidrBlocks and added vsphere config
apiVersion: "cluster.k8s.io/v1alpha1"
kind: Cluster
metadata:
name: test1
spec:
clusterNetwork:
services:
cidrBlocks: ["10.3.0.0/16"]
pods:
@derryos
derryos / cluster-api-vsphere-output.txt
Created May 16, 2019 06:22
Output from cluster api vsphere
I0516 06:13:14.153647 1 round_trippers.go:438] GET https://10.96.0.1:443/api?timeout=32s 200 OK in 14 milliseconds
I0516 06:13:14.155665 1 round_trippers.go:438] GET https://10.96.0.1:443/apis?timeout=32s 200 OK in 0 milliseconds
I0516 06:13:14.157817 1 round_trippers.go:438] GET https://10.96.0.1:443/api/v1?timeout=32s 200 OK in 1 milliseconds
I0516 06:13:14.160009 1 round_trippers.go:438] GET https://10.96.0.1:443/apis/apiregistration.k8s.io/v1?timeout=32s 200 OK in 0 milliseconds
I0516 06:13:14.161186 1 round_trippers.go:438] GET https://10.96.0.1:443/apis/apiregistration.k8s.io/v1beta1?timeout=32s 200 OK in 0 milliseconds
I0516 06:13:14.162736 1 round_trippers.go:438] GET https://10.96.0.1:443/apis/extensions/v1beta1?timeout=32s 200 OK in 1 milliseconds
I0516 06:13:14.164310 1 round_trippers.go:438] GET https://10.96.0.1:443/apis/apps/v1?timeout=32s 200 OK in 0 milliseconds
I0516 06:13:14.166656 1 round_trippers.go:438] GET https://10.96.0.1:443/apis/apps/v1
@derryos
derryos / MultiFieldLangTest.txt
Created November 30, 2012 13:10
Test multi-language with multifield
# Create the index
curl -XPUT 'http://localhost:9200/texttest/'
# Create a mapping with 4 different analyzers for 4 different languages in multifield configuration
curl -X PUT 'http://localhost:9200/texttest/text/_mapping' -d '{
"text":{
"properties":{
"body":{
"type":"multi_field",
"fields":{